/*base stuck css begin*/
#stuck_container {
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		z-index: 999;
		background-color: #ffffff;
}
.isStuck {
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
}
.isStuck .menuBox {
	margin: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
@media only screen and (max-width: 979px) {
	#stuck_container {
		position: relative !important;
		box-shadow: none;
	}
	.pseudoStickyBlock {
		height: 0 !important;
	}
	.isStuck {
	}
}
@media only screen and (max-width: 767px) {
	.isStuck {    
}
}
/*base stuck css end*/
/*base grid css begin*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a:hover{
	color: #ff0000;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.uppercase {
  text-transform: uppercase;
}
/*home about us*/
    .full{
    	background-color: #f60000 !important;
    }
    .dv_center{
    	display: flex;
    	justify-content: center;
		align-items: center;
    }
	.hm_about{
		background-color: #f8f8f8;
		text-align: center;
		width: 800px;
		margin-bottom: -180px;
		z-index: 3;
		transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	}
	.hm_about_con{
		color: black;
		padding: 48px 60px 48px 60px;
	}
	.hm_about_con h3 {
	    margin-bottom: 16px;
		color: #535151;
	}
	.rd_more{
		text-decoration: underline;
	}
@media (min-width: 980px) and (max-width: 1199px) {
  	.hm_about{
		margin-bottom: -80px;
	}
	.hm_about_con{
		padding: 30px 30px 30px 30px;
	}
}
@media (min-width: 767px) and (max-width: 979px) {
  	.hm_about{
		width: 600px;
		margin-bottom: -60px;
	}
	.hm_about_con{
		padding: 30px 24px 30px 24px;
	}  
}
.select-menu {
  display: none !important;
}
@media (max-width: 767px) {
  .select-menu {
    display: block !important;
  }
  	.hm_about{
		margin-bottom: -60px;
	}
	.hm_about_con{
		padding: 30px 24px 30px 24px;
	}    
}
@media (max-width: 479px) {
  body {
    padding: 0;
  }
	.hm_about{
		margin-bottom: -30px;
	}
	.hm_about_con{
		padding: 30px 18px 30px 18px;
	}  
}
/*base grid css end*/
/*base sf css begin*/
.navigation  {
	z-index: 999;
	position: relative;
	float: left;
	padding-top: 12px;
	padding-left: 120px;
}
.select-menu {
	display: none !important;
}
.navigation .sf-menu {
	z-index: 990;
	text-align: left;
	position: relative;
}
nav {
	 position:relative;
	 padding: 0;
	 font-family: 'Economica', sans-serif;
}
.sf-menu ul {
	position:absolute;
	top:-999px; 
	display:none;
}
.sf-menu>li>ul>li {
  	float: none;
  	position: static;
}
.sf-menu>li+li {
	margin-left: 28px;
}
.sf-menu>li {
	position: relative;
	font-size: 14px;
	float: left;
	line-height: 22px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.sf-menu>li>a{
	position: relative;
	color: #000000; 
	/*font-weight: bold;*/
	font-weight: 400;
	display: block;
	text-align: center;
	display: flex;
    align-items: center;
}
.sf-menu>li.sfHover>a, .sf-menu>li.current>a, .sf-menu>li>a:hover{
	color: #ff0000;
}
.current{
	color: #ff0000;
}
.current_link{
	color: #ff0000 !important;
}
.sf-menu>li>ul>li>a.sf-with-ul:after {
	content: '';
    font-family: 'FontAwesome';
	position: absolute;
	width: 5px;
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	right: 20px;
	color: #000000;
	bottom: 11px;
	pointer-events: none;
	z-index: 999;
}
.sf-menu>li>a.sf-with-ul:after {	
	content: '';
	position: absolute;
	width: 5px;
	left: 50%;
	margin-left: -3px;
	bottom: 15px;
	color: #fff;
	pointer-events: none;
	z-index: 999;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 3px 0 3px;
	border-color: #fff transparent transparent transparent;
}
.sub-arrow {
  line-height: 1;
  padding: 10px;
  padding-inline-end: 0;
  margin-block-start: -10px;
  margin-block-end: -10px;
  align-items: center;
}
.nav_right{
 float: right;
 padding-top: 15px;
}
/*================================>> 2 Level <<========================================*/
.sf-menu>li ul {
	left: 0;
	z-index: 999; 
	background-color: white;
	top: 55px;
	padding-bottom: 1px;
}
.sf-menu li ul li {
	position: relative;
	padding-top: 2px;
	float: none !important;
}
.sf-menu li ul li a{
	position: static;
	line-height: 30px;
	padding: 5px 20px 3px;
	display: block;
	z-index: 999;
	color: black;	
}
.sf-menu li li a:hover, 
.sf-menu li.sfHover li.sfHover>a {  
	background-color: #f5f5f5;
}
/*================================>> 3 Level <<========================================*/
.sf-menu>li ul li ul{
	position: absolute;
	left: 100%;
	top: -40px;
}
.sf-menu li ul ul li a {
	display: block;
}
.sf-menu li ul ul li a:hover {
	background-color: #f5f5f5;
}
.sub_menu {
    color: black;
    position: absolute;
    top:25px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	min-width: 160px;
}
.sub_menu a{
	display: block;
	padding: 5px 20px 5px 20px;
	white-space: nowrap;
	line-height: 30px;
}
.sub_menu a:hover{
	color: red;
	background-color: #f5f5f5;
}
.sub_item{
  top: 0px !important;
  left: 100%;
}
.left-arrow{
padding-top:10px;
padding-left: 10px;
display:inline-block;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 995px) {
		.sf-menu>li>a {
		}
	.header_logo h1 {
	  text-align: center;
	  float: none;
	}	
}
@media only screen and (max-width: 767px) {
	.navigation {
		float: none !important;
		padding: 10px 0 20px !important;
		clear: both;
		margin: 0;
		min-height: 0px;
	}
  .navigation  nav{
  	border: none !important;
		float:none !important;
		font:12px/15px Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		color:#927c67;
		margin: 0 auto;
		padding-left: 0 !important;
	}
  header nav ul {
  	border: none;
  }
	.sf-menu{display:none !important; float: none;}
	.select-menu {
		font:12px/15px Arial, Helvetica, sans-serif;
		color:#202020;
		width:100%;
		margin: 0 8px 0 12px;
		float: none;
	    outline: none;
	    display: block !important;
		border:2px solid #333;
		border-radius: 0 !important;
	}
}
/*base sf css end*/
html {
    width: 100%;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
* {
    -webkit-text-size-adjust: none;
}
body {
    position: relative;
    color: #323232;
    font: 14px/20px 'Open Sans', sans-serif;
}
.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}
strong {
    font-weight: 700;
}
address {
    font-style: normal;
}
p {
    margin-bottom: 20px;
}
input, textarea {
    border-radius: 0 !important;
    outline: none !important;
    -webkit-appearance: none;
}
img {
    max-width: 100%;
}
/****Heads****/
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-family: 'Economica', sans-serif;
}
h2 {
    font-size: 24px;
    line-height: 32px;
    padding-top: 38px;
    margin-bottom: 14px;
}
.page1 h2 {
    padding-top: 31px;
    margin-bottom: 39px;
}
/****Lists****/
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.list {
    margin-top: -3px;
}
.list+h2 {
    padding-top: 109px;
}
.list li {
    padding-left: 22px;
    background: url(/images/m/marker.png) 0 9px no-repeat;
}
.list li+li {
    margin-top: 4px;
}
.shed  {
    margin-top: -19px;
}
.shed li {
    color: #fff;
    padding: 15px 10px 21px 68px;
    font: bold 30px/32px 'Economica', sans-serif;
    background-color: #303030;
}
.shed li span {
    font-size: 24px;
    position: relative;
    top: 3px;
}
.shed li+li {
    margin-top: 4px;
}
.shed li+li+li {
    margin-top: 3px;
}
/****Links****/
a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}
.btn {
    display: inline-block;
    border: 1px solid #969696;
    color: #969696;
    margin-top: 24px;
    padding: 5px 32px 11px;
    font: bold 20px/20px 'Economica', sans-serif;
}
.page_no {
    display: inline-block;
    border: 1px solid #aaccaa;
    color: #fff;
	background-color: #aaccaa;
    margin-top: 24px;
    padding: 5px 11px 11px;
    font: 20px/20px 'Economica', sans-serif;
}
.previous_icon {
background-image: url(/images/m/arrowws-previous.png);
background-repeat: no-repeat;
background-size:contain;
}
.next_icon {
background-image: url(/images/m/arrowws-next.png);
background-repeat: no-repeat;
background-size:contain;
background-position: right;
}
.btn:hover {
    color: #fff;
    border-color: #aaccaa;
    background-color: #aaccaa;
}
.link1 {
    margin-top: 29px;
    display: block;
    float: right;
    color: #fff;
    background-color: #2e2d2d;
    font-size: 24px;
    line-height: 36px;
    width: 36px;
    height: 36px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}
.link1:hover {
    background-color: #aaccaa;
    color: #fff;
}
/****classes****/
.mb0 {
    margin-bottom: 0px !important;
}
.m0 {
    margin: 0 !important;
}
.pad0 {
    padding: 0 !important;
}
.pad2 {
    padding-top: 80px !important;
}
.pad__r1 {
	padding-right: 30px;
}
.img_inner {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-top: 3px;
}
.img_inner_half {
    max-width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-top: 3px;
}
.inn__1 {
    border: 1px solid #f2f1f2;
}
.page1 .img_inner {
    margin-top: 7px;
}
.fleft {
    float: left;
    width: auto !important;
    margin-right: 30px;
    margin-bottom: 0px;
}
.oh {
    overflow: hidden;
}
.fright {
    float: right !important;
}
.upp {
    text-transform: uppercase;
}
.ta__center {
    text-align: center;
}
.ta__left {
    text-align: left;
}
.ta__right {
    text-align: right;
}
.no__top {
	margin-top: 0px;
	padding-top: 0px;
}
.pd_top_10{
	margin-top: 0px;
	padding-top: 10px;
}
.wrapper, .extra_wrapper {
    overflow: hidden;
}
.clear {
    float: none !important;
    clear: both;
}
.oh {
    overflow: hidden;
}
.nowrap {
    white-space: nowrap;
}
.rel {
    position: relative;
}
/*header*/
header {
    display: block;
    position: relative;
    z-index: 800;
    background-color: #ffffff;
}
.header_logo{
padding-top: 12px;
padding-bottom: 12px;
}
header h1 {
    position: relative;
    text-align: center;
    z-index: 990;
    float: left;
}
header h1 a {
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;    
    text-indent: -999px;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
header h1 a img {
    display: block;
}
.bottom_line{
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #D2D2D2;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
/****Content****/
.content {
    padding-bottom: 114px;
    background-color: #fff;
}
.page1 .content {
    padding-bottom: 40px;
}
.pad1 {
    padding-top: 40px;
}
.pb__1{
	padding-bottom: 40px;
}
.ctn__1 {
    padding-bottom: 35px;
}
/****Blocks****/
.banner {
    padding-top: 40px;
}
.bn__1 {
    background-color: #86cdd7 !important;
    color: #fff;
}
.bn__2 {
    background-color: #ffe5b9 !important;
}
.bn__3 {
    background-color: #aad4b3 !important;
    color: #fff;
}
.bn__4 {
    background-color: #f1f0f1 !important;
    color: #969696;
}
.bann_capt {
    #background-color: #aad4b3;
    color: #fff;
    padding-bottom: 22px;
    text-align: center;
    font: bold 28px/36px 'Economica', sans-serif;
}
.bann_title {
    padding: 18px 0 6px;
    margin: 0 auto 2px;
}
.bann_content {
    padding: 0 9px 0 9px;
    margin: 0 2px 2px;
    font: 14px/20px 'Open Sans', sans-serif;
}
.bann_capt  a {
    font-size: 20px;
}
.bann_capt  a:hover {
    color: #fff;
    text-decoration: underline;
}
.block1 .count {
    width: 119px;
    margin: 0 auto;
    height: 119px;
    text-align: center;
    font: 40px/116px 'Dosis', sans-serif;
    border-radius: 500px;
    border: 1px solid #939393;
    margin-bottom: 25px;
}
.block1 {
    text-align: center;
    padding: 49px 0;
}
.box {
    padding-bottom: 49px;
    background-color: #f1f0f1;
}
.box .btn {
    margin-top: 30px;
}
.box h2 {
    padding-top: 38px;
    margin-bottom: 16px;
}
.box h3 {
    padding-top: 28px;
    margin-bottom: 16px;
    font-weight: bold;
	color: #535151;
	font-family: 'Economica', sans-serif;
	font-size: 24px;
	line-height: 36px;
}
.right_more{
	width: 100%
	margin: 0;
	padding: 18px 30px 0 0;
	text-align: right;
	font: bold 20px/20px 'Economica', sans-serif;
}
.center_more{
	padding: 30px 30px 0 0;
	text-align: center;
	font: bold 20px/20px 'Economica', sans-serif;
	text-decoration: underline;
	color: red;
}
.box strong.color1 {
    font-weight: 600;
}
.bq1 {
    background: url(/images/m/quotes.png) right 0 no-repeat;
    margin-top: -37px;
    padding-top: 12px;
    overflow: hidden;
}
.bq1 a {
    margin-top: 3px;
    float: right;
    display: block;
    font: bold 20px/48px 'Economica', sans-serif;
}
.bq1 a .fa {
    margin-right: 6px;
    position: relative;
    top: 1px;
    font-size: 18px;
    line-height: 48px;
}
.bq1 .fleft {
    margin-top: 5px;
    margin-right: 19px;
}
.bq_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 12px;
}
.block2 {
    margin-top: -22px;
    overflow: hidden;
}
.block2+.block2 {
    margin-top: 26px;
}
.block2 time {
    display: block;
    background-color: #000;
    text-align: center;
    width: 70px;
    float: left;
    margin-right: 30px;
    color: #fff;
    position: relative;
    top: 3px;
    padding: 15px 0 19px;
    font: bold 24px/30px 'Economica', sans-serif;
}
.form_title {
    font-size: 16px;
    position: relative;
    top: -1px;
    font-weight: normal;
}
.blog {
    margin-right: -1px;
    padding-top: 15px;
    color: #535151;
}
.blog +.blog  {
    padding-top: 40px;
}
.blog img {
    border: 1px solid #f2f1f2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 21px;
}
.blog_title {
    margin-bottom: 17px;
    color: #535151;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
.sec_title {
    margin-bottom: 27px;
    color: #535151;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
}
.line{
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #D2D2D2;
  padding-bottom: 0px;
}
.red{color: red !important;}
.white{color: white !important;}
.black{color: black !important;}
.blue{color: blue !important;}
.blog_date {
    margin-bottom: 20px;
    color: #535151;
    line-height: 16px;
    font-weight: normal;
    padding-top: 20px;
}
.line_title {
	background-color: #2d61ce;
	color: #fff;
	font: 600 32px/60px 'Open Sans', sans-serif;
	height: 60px;
	text-align: center;
	margin-bottom: 20px;
}
.prod_title {
	color: #000;
	font: 600 20px/30px 'Open Sans', sans-serif;
	text-align: left;
	margin-bottom: 30px;
}
.blog .btn {
    margin-top: 30px;
}
.blog table {
    border-top: 1px solid #d9d9d9;
    width: 100%;
    line-height: 40px;
    position: relative;
    top: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.blog table tr {
    border-bottom: 1px solid #d9d9d9;
}
.blog table .fa {
    font-size: 20px;
    color: #adacac;
    min-width: 24px;
    margin-right: 27px;
    line-height: 40px;
}
.blog table td+td .fa  {
    margin-right: 5px;
}
	.simple_table {
		line-height: 28px!important;
	}
	.simple_table td{
		text-align: left!important;
	}
.td_last-child table td:last-child{
	width: 88px;
}
.blog table th+th+th {
    text-align: right;
}
.blog table td+td+td {
    text-align: right;
}
.block3 {
    overflow: hidden;
    margin-top: -2px;
}
.block3+.block3 {
    margin-top: 37px;
}
.block3+.block3 +.block3 {
    margin-top: 42px;
}
.block3 .fleft {
    margin-top: 5px;
    margin-right: 20px;
}
.block3 .text1 {
    margin-bottom: 22px;
    font-weight: normal;
    line-height: 24px;
}
.block2 .text1 a{
	padding: 0px 0px 0px 4px;
	text-align: center;
}
.item1 {
    display: inline-block;
    color: #fff;
    background-color: #2e2d2d;
    font-size: 20px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    text-align: center;
    font-weight: bold;
}
.block3 .text1 time {
    display: block;
}
/****Gallery****/
.gall_item {
    display: block;
    background: #aaccaa url(/images/m/link_icon.png) center center no-repeat;
}
.gall_item img {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    width: 100%;
    box-shadow: 0 0 #fff;
}
.gall_item:hover img {
    opacity: 0.2;
}
.gall_ic_mnf{
	background: #aaccaa url(/images/m/magnify.png) center center no-repeat !important;
}
.gall_block {
    padding: 1px;
}
.gall_bot {
    padding: 28px 21px 30px;
}
.gall_bot .btn {
    position: relative;
    top: 1px;
}
.gall_bot  .text1 {
    margin-bottom: 22px;
}
/****Separators****/
.sep__1 {
    height: 29px;
}
/****Text styles****/
.text1 {
    font-size: 16px;
    margin-bottom: 2px;
    line-height: 20px;
}
.text3 {
    font-size: 12px;
    line-height: 14px;
}
.tx__1 {
    margin-bottom: 22px;
}
.fw {
    font-weight: 600;
}
.color1 {
    color: #535151;
}
/*.color1 a:hover, a.color1:hover {
    color: #ccc;
}*/
.color2 {
    color: #eee;
}
.td_underline {
    text-decoration: underline;
}
/****Map****/
.map {
    overflow: hidden;
    padding-top: 3px;
    padding-bottom: 22px;
}
.map figure {
    position: relative;
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.map figure iframe {
    width: 100%;
    height: 445px;
    max-width: 100%;
}
.map_block {
    padding-top: 20px;
    color: #535151;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
}
.map_block+.map_block {
   padding-top: 24px; 
}
.map_block  .map_title {
    margin-bottom: 4px;
    font-weight: 600;
}
.address1 {
    padding-top: 3px;
    display: block;
    float: left;
}
.address1 dt {
}
.address1+.address1 {
    margin-left: 60px;
}
.address1 dd span {
    min-width: 85px;
    display: inline-block;
    text-align: left;
}
.address1 dd span.col1 {
    min-width: 0;
}
/**Footer**/
.socials {
    float: right;
    color: #fff;
    margin-top: -4px;
    overflow: hidden;
}
.socials .fa {
    background-color: #ddd;
    font-size: 25px;
    float: left;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 500px;
    text-align: center;
}
.socials .fa:hover {
    color: #fff;
    background-color: #303030;
}
.socials .fa +.fa {
    margin-left: 16px;
}
.socials .fa.fa-pinterest {
    font-size: 30px;
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 85%;
    margin-right: 30px;
    overflow: hidden;
    width: 43px;
    height: 28px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(/images/m/totop.png) no-repeat left 0; 
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1199px) {
   .extra_wrapper {
        overflow: visible;
    }
    .shed li {
        padding-left: 10px;
        text-align: center;
    }
    #bookingForm > strong + .controlHolder {
        float: none;
        width: 100%;
        padding-top: 4px;
        clear: both;
    }
    .fl1 {
        width: 100%;
        margin: 0 !important;
        float: none !important;
    }
    .tmSelect.auto, .tmSelect2.auto {
        width: 200px;
    }
    .clear.height1 {
        height: 10px !important;
    } 
}
@media only screen and (max-width: 979px) {
    .fleft {
        margin-right: 10px;
    }
    .blog table td:first-child {
        width: 185px;
    }
    .tmSelect.auto, .tmSelect2.auto {
        width: 150px;
    }
    .bq1 {
        padding-top: 30px;
    }
    .address1 {
        float: none;
    }
    .address1 +.address1  {
        margin-left: 0;
        margin-top: 30px;
    }
     .map figure,  
     .map figure iframe,  
     #form input,
     #form textarea,  
     #form .success {
        width: 100% !important;
        float: none !important;
    }
     #form .success {
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
         -o-box-sizing: border-box;
         box-sizing: border-box;
    }
     .map figure {
     height: auto !important;
    }
    .map figure {
    	margin-bottom: 15px;
    }
    .nowrap {
        white-space: normal;
    }
    .address1 dd span  {
        min-width: 0;
    }
}
@media only screen and (max-width: 767px) {
    .banner>img {
        width: 100%;
    }
    .tmSelect.auto, .tmSelect2.auto {
        width: 340px;
    }
    .sep__1 {
        height: 0;
    }
    .gall_block {
        margin-bottom: 35px;
    }
    .img_inner img {
    	width: 100%;
    }
    .img_inner {
        margin-top: 40px !important;
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }
    .box  {
        padding-left: 20px;
        padding-right: 20px;
    }
    .box div {
        margin: 0 !important;
        width: auto;
    }
    header h1 {
        padding-top: 15px;
        position: relative !important;
        margin-bottom: 20px;
        padding-left: 0;
        float: none;
        left: 0;
        text-align: center;
    }
    header h1 a {
        max-width: 90%;
        width: auto;
        display: inline-block;
        height: auto;
    }
    .map figure iframe {
        height: 300px;
    }
    .content .noresize {
        width: auto !important;
        float: left !important;
        margin-right: 20px !important;
        margin-top: 4px !important;
    }
    .img_inner {
        margin-top: 30px;
    }
    .none {
        clear: both;
    }
    .socials {
        float: none;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 479px) {
    .tmSelect.auto, .tmSelect2.auto {
        width: 180px;
    } 
    .blog table {
    } 
    .blog table td:first-child  .fa {
        display: block;
    }
    .blog table td:first-child {
        width: auto;
    }
}
.item_title {
	color: #535151;
	font: bold 20px/20px 'Economica', sans-serif;
	padding: 20px 0px 5px 0px;
}
.dashed_line {
  border-top: 1px dashed #9C9C9C;
  padding: 0px 0px 5px 0px;
}
.table_list table {
	width: 100%;
	padding: 0px 10px 5px 0px;
}
.table_list table td {
	width: 50%;
	padding: 0px 0px 5px 20px;
}
.rb_section{
	padding-top:30px;
}
.table_list{
	padding-left:12px;
}
.oem_img_out{
	min-height: 228px;
}
.oem_img_inner{
	min-height: 232px;
}
.breadcrumbs_nav{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.breadcrumbs_nav a{
	color: rgb(0, 0, 238);
}
.c_c{
	margin-top:30px;
	vertical-align:middle;
	clear: both;
}
.c_c h2{
	clear: left;
	width: 100%;
	background-color: #2d61ce;
	color: #fff;
	font: 450 18px/36px 'Open Sans', sans-serif;
	text-align: left;
	margin-bottom: 20px;
	padding: 8px 0 0 12px;
}
.c_c h3{
	font: 600 18px/36px 'Open Sans', sans-serif;
	text-align: left;
	padding: 8px 0 0 0px;
}
.c_c img{
	width: 50%;
	float: left;
	margin: 12px 30px 12px 0;
	margin-bottom: 30px;
}
.clear_8{
	clear: left;
	padding-top: 16px;
}
.c_c .width_full{
	width: 100%;
}
.c_c .c_c_img_l{
	clear: both;
	width: 100%;
}
.c_c .c_c_img_l img{
	width: 50%;
	float: left;
	margin: 12px 30px 12px 0;
	margin-bottom: 30px;
}
.c_c .c_c_img_r{
	clear: both;
	width: 100%;
}
.c_c .c_c_img_r img{
	width: 50%;
	float: right;
	margin: 12px 30px 12px 0;
	margin-bottom: 30px;
}
.nav_fleft {
    float: left;
    width: auto !important;
    margin-left: 30px;
    font: 500 14px/30px 'Open Sans', sans-serif;
    color: #969696;
}
.full_banner{
	width: 100%;
	text-align: center;
	background-repeat: repeat;
	background-position: center top;
	background-image: none;
	background-color: #fff;
}
.clear_top30{
	background-color: #fff;
	clear: both;
	padding-top: 30px;
}
/*video play icon*/
.image-holder {
position: relative; 
}
 .play-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); 
width: 70px;
height: 70px;
background-image: url("/images/m/video_play.png");
background-size: 70%;
background-repeat: no-repeat;
background-position: center;
border-radius: 50%; 
transition: all 0.3s; 
}
/*faq list >>*/
.faq_list_container{
	box-sizing: border-box;
}
.faq_list_container li {
  background: #eeeeee;
  margin-bottom: 1px;
  transition: all .2s;
}	
.faq_header {
  padding: 0 30px;
  cursor: pointer;
}
.faq_list_container .faq_header_content {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq_list_container li.active .faq_plus::before {
  background: #fff;
}
.faq_content {
  padding: 20px 30px;
  color: #fff;
  display: none;
}
.faq_list_container li.active .faq_header_content {
  border-bottom: 1px dashed rgba(255,255,255,0.6);
}
.faq_list_container li.active {
  background: rgb(224, 0, 36);
}
.faq_list_container li.active h3 {
  color: #fff;
}
.faq_list_container h3 {
  margin: 0;
  color: #333;
  font-weight: 400;
}
.faq_plus {
  width: 20px;
  height: 20px;
  position: relative;
}
.faq_plus::before {
  content: '';
  height: 2px;
  width: 16px;
  background: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all .2s;
}
.faq_plus::after {
  content: '';
  height: 16px;
  width: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all .2s;
}
.faq_list_container li.active .faq_plus::after {
  opacity: 0;
}
/*faq list ||*/
/*scroll banner >>*/
.sol_banner {
    width: 100%;
    position: relative;
}
 .sol_banner .sol_photo {
    width: 100%;
    overflow: hidden;
}
 .sol_banner .sol_photo ul {
    width: 1000%;
    height: 200px;
}
 .sol_banner .sol_photo ul li {
    width: 10%;
    float: left;
}
.sol_photo img{
	width: 100%;
}
.sol_btn {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, .3);
    cursor: pointer;
    text-align: center;
    line-height: 40px;
}
.sol_btn.sol_left {
    left: 20px;
    margin-left: 10px;
}
.sol_btn.sol_right {
    right: 20px;
    margin-right: 18px;
}
.sol_btn i {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    border-bottom: 3px solid rgba(255, 255, 255, .5);
}
.sol_btn.sol_left i {
    border-left: 3px solid rgba(255, 255, 255, .5);
    transform: rotate(45deg);
    margin-left: 10px;
}
.sol_btn.sol_right i {
    border-right: 3px solid rgba(255, 255, 255, .5);
    transform: rotate(-45deg);
    margin-right: 10px;
}
.sol_point {
	text-align: center;
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: flex;
	align-items: center;
}
.sol_point i {
	border-radius: 50%; 
	float: left;
	margin: 0 8px;
	line-height: 24px;
	font-size: 15px;
	cursor: pointer;
	 width:15px;
	 height:15px;
	 border:1px solid rgba(0,0,0,.05);
	 background:rgba(204,204,204,.4);
}
.sol_point i.active {
	width: 13px;
	height:13px;
	background-color: #ff0000;
	border: 3px solid rgba(204,204,204,1);
}
/*scroll banner ||*/
.bcolor_gray{
	background-color: #f6f6fa;
}
.bcolor_f1{
	background-color: #f1f0f1;
}
.bcolor_white{
	background-color: white;
}
.bcolor_f5{
	background-color: #f5f5f5 !important;
}
/*prod cat sub type menu*/
.shortcode{
	width: 100%;
}
.shortcode ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.shortcode ul li a{
  display: block;
  padding: 0.6rem 2rem;
  transition: all .4s;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  color: #333;
}
.shortcode a:hover,  .shortcode li.active a {
  background: #ff0000;
  color: #fff;
  border-color: #ff0000;
}
.shortcode a:hover {
  opacity: 0.5;
}
.title_hot_icon{
	width: 36px;
	vertical-align: top;
	padding-right: 5px;
	margin-top: -5px !important;
}
.title_base{
	font-size: 18px !important;
	text-align: center;
	font-weight: bold;
	margin-right: 20px;
	margin-bottom: 12px !important;
	line-height: 36px;
}
.pt_removed {
    padding-top: 0px !important;
}
.mb_removed {
    margin-bottom: 0px !important;
}
.pt_top_1 {
    padding-top: 12px;
}
.all_faq_link{
    color: red;
    text-align: center;
    padding-top: 32px;
    text-decoration: underline;
    font-weight: 400;
}
/*oem why*/
.marg_bt{
	margin-bottom: 40px !important;
}
.tg_title{
	padding: 8px 12px 6px;
	border:0px;
	border-radius:8px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	font-size: 18px !important;
	text-align: center;
	font-weight: bold;
	margin-bottom: 8px !important;
	line-height: 20px;
}
.tg_content{
	padding: 18px 21px 16px;
	border:0px;
	border-radius:8px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1199px) {
	.tg_title{
		height: 54px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
.txt_con_14{
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: rgb(50, 50, 50);
	line-height: 26px;
	text-align: center;
}
/*videos section*/
.section{
	width: 100%;
	height: 428px;
	background-image: url("/images/m/videos_section.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.one_cover{
	 flex: 0 0 auto; 
	position: relative;
}
.one_cover img{
	width: 100%;
}
.play_icon{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.play_icon img{
	cursor: pointer;
}
.con_wrap {
		width: 1208px;
	white-space: nowrap;
	 display: flex;
	 margin-right: auto;
	 margin-left: auto;
	 position: relative;
	 overflow: hidden;
	 padding-top: 30px;
 }
.video-container{
	 width: 100%;
	 white-space: nowrap;
	 display: flex;
	 margin-left: 8px;
	 margin-right: 8px;
	 position: relative;
	 overflow: hidden;
}
.sol_left {
	width: 40px;
	display: flex;
	align-items: center; 
	cursor: pointer;
}
.sol_right {
	width: 40px;
	display: flex;
	align-items: center; 
	cursor: pointer;
}
.video_self{
	display: none;
	width: 100%;
}
@media only screen and (max-width: 1228px) {
	.con_wrap {
		width: 828px;
	}
}
@media only screen and (max-width: 848px) {
	.con_wrap {
		width: 440px;
	}
}
@media only screen and (max-width: 470px) {
	.con_wrap {
		width: 434px;
	}
}
.p_n_title{
	font-size:18px;
	line-height: 28px;
	font-weight: bold;
}
/*aboutus*/
.t_layer{
	width: 100%;
}
.t_layer img{
	width: 60%;
	padding-top: 18px;
}
.eq_show h2 {
	padding-top: 15px !important;
  	margin-bottom: 15px !important;
}
.title_content{
	text-align: center;
	margin: 0 0 26px 30px;
}
.title_content h2{
	margin-bottom: 27px;
    color: #535151;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
}
.item_list{
align-content: center;
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
}
.item_list .item{
margin-bottom: 0px;
width: 100%;
position: relative;
display: flex;
}
.item_list .item_icon{
	margin-right: 12px;
	display: inline-block;
}
.item_list .item_content{
	width: 100%;
	display: inline-block;
}
.item_list_left{
  top: 0;
  left: 0;
	height: 100%;
	align-content: center;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 1228px) {
    .item_list .item_content {
  		margin-right: 30px;
	}
}
/*prod desc*/
.prod_temp_desc img{
	width: auto;
	padding-bottom: 18px;
}
/*prod type advantages*/
.el-clm-gap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
.el-clm-gap > .el-clm {
    width: 100%;
  }
 .process_box_item {
    position: relative;
    border-right: 1px dotted #333;
    border-bottom: 1px dotted #333;
    padding: 1rem 1rem 0.5rem 1rem;
  } 
.elw-wrap {
  display: flex;
}
.elw-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.el-el .elw-con {
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
}
.elw-img img {
  vertical-align: middle;
  display: inline-block;
}
.el-con img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
} 
.el-con *, .el-con ::after, .el-con ::before {
  box-sizing: border-box;
} 
.el-el > .elw-wrap{
  margin-bottom: 0px;
}
.elw:not(:last-child) {
  margin-block-end: 1rem;
}
.elw-wrap > .el-el {
  width: 100%;
}
.elw-con {
  color: #323232;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px !important;
}
@media (max-width: 1560px) {
  .elw-con {
    font-size: 14px !important;
    line-height: 22px !important;
  }
}
@media (max-width: 1250px) {
  .elw-con {
    font-size: 12px !important;
    line-height: 18px !important;
  }
}
@media screen and (max-width: 979px) {
  .el-clm-gap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
}
@media screen and (max-width: 767px) {
 .process_box_item {
    position: relative;
    padding: 8px 8px 4px 8px;
  } 
}
@media screen and (max-width: 479px) {
  .el-clm-gap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
}
/*catalog*/
.table_data{border: 1px solid #c3c3c1; width: 100%;}
.table_data td{border: 1px solid #c3c3c1;text-align: center;vertical-align: middle;}
@media only screen and (max-width: 767px) {
	.table_data td{
		font-size: 12px;
	}
	.s_d{
		font-size: 10px;
	}
}
@media (max-width: 479px) {
	.table_data td{
		font-size: 11px;
	}
}
.cat_con{
	color: black;
}
.cat_con img{
	width: 100%;
}
.half_width{
	width: 50% !important;
}
.cat_con p{
	padding-left: 30px;
	padding-right: 30px;
}
.cat_con p a{
	color: red;
}
.cat_con p img{
	padding-top: 30px;
}
.cat_con .sec_title{
padding-top: 30px;
}
  .row1 {background-color: #76c5f0;}
  .row2 {background-color: #ffffff;}
  .row3 {background-color: #dededc;}
/*search*/
.els-s-submit{
  min-width: 3rem;
  background-color: #00000000;
  padding-left: calc(3rem / 3);
  padding-right: calc(3rem / 3);
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
}
.els-s-submit {
  border: none;
  border-radius: 0;
  background-color: #ff0000;
}
.els-s-form {
	transition: .2s;
	display: flex;
    justify-content: center;
    align-items: center;
}
.s-form-con{
  display: flex;
  transition: .2s;
  overflow: hidden;
  border: 1px solid #ff0000;
  border-radius:6px;
  min-height: 50px;
  background: #f1f2f3;
  width: 50%;
}
.els-search-q{
  padding-left: calc(3rem / 3);
  padding-right: calc(3rem / 3);
  flex-basis: 100%;
  color: #3f444b;
  transition: color .2s;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  min-width: 0;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.els-search-q::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: .6;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.hover_line a:hover{
	text-decoration-line: underline;
	text-decoration-color: white;
	color: #ffffff;
}
/*new Grid*/
@media (max-width: 979px) {
	.text1 {
	  font-size: 14px;
	  line-height: 18px;
	}
}
/*blog*/
.cent_80{
	width:80%;margin: auto;
	padding-top: 20px;
	text-align: center;
	text-decoration: underline;
}
.cent_80 a{
	display: inline-block;
	padding-bottom: 20px;
	text-decoration: underline;
	color: #0000FF;
}
.cent_80 a:hover{
	color: #ff0000;
}
.blog h2{
	font-size: 1.2rem;
	padding-top: 12px;
	margin-bottom: 12px;
}
.blog h3{
	font-size: 1rem;
  padding-top: 8px;
  margin-bottom: 6px;
}
	/*content table of artiel*/
.con_menu{
	border:1px solid #333;
	border-radius: 3px;
	transition: min-height .4s;
	margin-bottom: 20px;
	background-color: white;
}
.con_menu ul{
	padding-top: 12px;
}
.con_menu h2{
	font-size: 1.2rem;
	padding: 12px 0 12px 8px;
	margin-bottom: 0px;
}
.con_top_line{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #333;
	padding-right: 20px;
}
.toggle{
	cursor: pointer;
}
#toggle_down{
	display: none;
}
.ct_list{
	padding-left: 1rem;
	line-height: 2em;
	color: black;
	padding-bottom: 30px;
}
.ct_list li{
	font-weight: bold;
}
.ct_sub_list li{
	font-weight: normal;
	padding-left: 16px;
}
.nor_table th {
  border: 1px solid #d9d9d9;
  border-collapse: collapse; 
  line-height: 1.6em;
  padding: 6px;
}
.nor_table td {
  border: 1px solid #d9d9d9;
  border-collapse: collapse; 
  line-height: 1.6em;
  padding: 6px;
}
/*series products section*/
.img_list{
	  display: grid;
	  grid-template-columns: repeat(4, 1fr);
	  column-gap: 25px;
	  row-gap: 30px;
	  grid-auto-rows: 1fr;
}
.img_list li{
	border: 2px solid #aeaeae;
	text-align: center;
	font-size: 1.2rem;
	color: black;
	padding-bottom: 8px;
}
@media (max-width: 979px) {
	.img_list{
		  grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 767px) {
	.img_list{
		  grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 645px) {
	.img_list{
		  grid-template-columns: repeat(1, 1fr);
	}
}
.un_ln{
    font-style: italic;
    text-decoration: underline;
}
.blog_cont ul{
	list-style-type:disc;
	padding-bottom: 12px;
	padding-left:30px;
}
.blog_cont ul li:before{
	color: black;
	font-size: 20px;
	display: inline-block;
	margin-right: 5px;
}
.blog_cont a{
	text-decoration: underline;
	color: #0000FF;
}
.blog_cont a:hover{
	color: #ff0000;
}
.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
/*for blog table style: clear table border*/
.clear_tb, .prod_temp_desc table {
  border-collapse: separate; 
  border-spacing: 0; 
  border: 1px solid #d9d9d9; 
  border-radius: 10px; 
  overflow: hidden; 
  line-height: 1.8em;	
}
@media(max-width:1250px){
	.clear_tb, .prod_temp_desc table {
		  font-size: 0.8rem;
  	font-weight: 400;
  	line-height: 1.4em;	
	}
}
@media(max-width:767px){
	.clear_tb, .prod_temp_desc table {
		  font-size: 0.8rem;
  	font-weight: 400;
  	line-height: 1.4em;	
	}	
}
@media(max-width:560px){
	.clear_tb, .prod_temp_desc table {
		  font-size: 0.6rem;
  	font-weight: 300;
  	line-height: 1.2em;	
	}	
}
.clear_tb th, .prod_temp_desc table th{
	font-weight: 600;
	background-color: #f2f2f2;
 }
.clear_tb th,
.clear_tb td, 
.prod_temp_desc table th, 
.prod_temp_desc table td{
  border-left: 1px solid #d9d9d9; 
  border-top: 1px solid #d9d9d9;
  padding: 8px;
  vertical-align: middle !important;
  text-align: left !important;
}
.clear_tb th:first-child,
.clear_tb td:first-child
,.prod_temp_desc table th:first-child
,.prod_temp_desc table td:first-child {
  border-left: none;
}
 .clear_tb th:first-child,
.clear_tb tr:first-child th,
.clear_tb tr:first-child td,
.prod_temp_desc table th:first-child,
.prod_temp_desc table tr:first-child th,
.prod_temp_desc table tr:first-child td {
  border-top: none;
}
.clear_tb img, .prod_temp_desc img{
	height: auto;
  max-width: 100%;
 }
/*grid-columns begin*/
.gd-container {
  max-width: 1400px;
}
.gd-container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.gd-container:before,
.gd-container:after {
  display: table;
  line-height: 0;
}
.gd-container:after {
  clear: both;
}
.gd {
  display: grid;
}
.gd_col_1{
	grid-template-columns:repeat(1,1fr);
}
.gd_cell_1{
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.gd_col_2{
	grid-template-columns:repeat(2,1fr);
	grid-row-gap: 2rem;
   grid-column-gap: 2rem;
   grid-auto-rows: 1fr;
}
.gd_cell_2{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.gd_col_3{
	grid-template-columns:repeat(3,1fr);
	grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-auto-rows: 1fr;
}
.gd_cell_3{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  min-height: 0;
}
.one_in_line{
	display: none;
}
.gd_col_4{
	grid-template-columns:repeat(4,1fr);
	grid-row-gap: 2rem;
	grid-column-gap: 2rem;
	grid-auto-rows: 1fr;
}
.gd_cell_4{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.gd_col_6{
	grid-template-columns:repeat(6,1fr);
	gap: 1px;
	overflow: hidden;
	grid-auto-rows: 1fr;
}
.border_gray{
	border: 1px solid #ddd;
}
.bk_gray{
	background-color: #ddd;
}
.bk_white{
	background-color: white;
}
.gd_cell_6{
  padding: 10px;
}
.pad-btm-40 {
  padding-bottom: 40px;
}
.pad-125{
	  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.box-shadow{
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.18);
}
.pad-250{
	  padding: 2.5rem 2.5rem 2.5rem 2.5rem;
}
.gd-one {
  width: 1400px;
}
.pt__1{
	padding-top: 80px;
}
.pt__30{
	padding-top: 30px;
}
.pb__30{
	padding-bottom: 30px;
}
.ft_h1{
color: black;
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4em;
}
.ft_title_5{
	color: #e00024;
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
}
.ft_title_3{
	color: black;
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
}
.ft_title_2{
  color: black;	
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;	
}
.ft_title_1{
  color: black;	
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6em;	
}
.ft_sin_h1{
color: black;
  font-size: 1.875rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4em;
}
.ft_tt_linex{
	font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.6em;
}
.ft_tt_1{
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3em;	
}
.ft_content_1{
  color: #323232;	
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6em;	
}
.ft_footer_1{
  color: #323232;	
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6em;
}
@media(max-width:1560px){
	.gd-container{
		max-width:1100px;
		padding: 0rem 1.5rem 0rem 1.5rem;
	}
	.sf-menu>li {
		font-size: 12px;
	}
	.gd-one {
	  max-width:1100px;
	}
	.pt__1{
		padding-top: 70px;
	}
}
@media(max-width:1250px){
	.gd-container{
		max-width:1024px;
		padding: 0rem 1.5rem 0rem 1.5rem;
	}
	.gd_col_3{
		grid-template-columns:repeat(2,1fr);
	}
	.one_in_line{
		display: block;
	}
	.gd_col_4{
		grid-template-columns:repeat(2,1fr);
	}
	.gd_col_6{
		grid-template-columns:repeat(3,1fr);
	}	
	.sf-menu>li {
		font-size: 11px;
	}
	.gd-one {
	  max-width:1024px;
	}
	.pt__1{
		padding-top: 60px;
	}	
	.ft_footer_1{
		font-size: 0.8rem;
		  line-height: 1.4em;
		}
}
@media (min-width: 980px) and (max-width: 1199px) {
  .gd-one {
    max-width: 940px;
  }
	.pt__1{
		padding-top: 50px;
	}  
	.gd_col_footer{
    	grid-template-columns: 40% 15% 15% 1fr;
	}
}
@media (min-width: 767px) and (max-width: 979px) {
  .gd-container {
    max-width: 748px;
    margin-right: auto;
  margin-left: auto;
  padding: 0rem 1.5rem 0rem 1.5rem;
  }
  .gd-one {
    max-width: 100%;
  }  
	.pt__1{
		padding-top: 40px;
	}    
}
@media(max-width:767px){
	.gd-container{
		max-width:767px;
		padding: 0rem 1rem 0rem 1rem;
	}
	.gd_col_2{
		grid-template-columns:repeat(1,1fr);
	}
	.gd_col_3{
		grid-template-columns:repeat(1,1fr);
	}
	.one_in_line{
		display: block;
	}	
	.gd_col_4{
		grid-template-columns:repeat(1,1fr);
	}
	.gd_col_6{
		grid-template-columns:repeat(1,1fr);
	}	
	.e-filter {
		gap: 1rem;
	}
	.pad-250{
		  padding: 1rem 1rem 1rem 1rem;
	}
  .gd-one {
    max-width: 100%;
  }
	.pt__1{
		padding-top: 30px;
	}  
	.ft_title_5{
  		font-size: 30px;
	}
	.ft_title_3{
  		font-size: 15px;
	}	
}
/*grid-columns end*/
.gd-flex{
	display: flex;
	position: relative;
}
.art_cover-body{
	display: none;
}
.art_cover-right{
	display: block;
}
.bd-left {
  padding: 0rem 3rem 0rem 0rem;
}
@media (min-width: 1100px) {
  .bd-left {
    width: 72%;
  }
  .bd-right {
    width: 28%;
  }
}
@media (max-width: 1100px) {
  .gd-flex {
    flex-wrap: wrap;
  }
	.art_cover-body{
		display: block;
	}
	.art_cover-right{
		display: none;
	}  
  .bd-left {
    width: 100%;
    padding: 0rem 0rem 0rem 0rem;
  }	
  .bd-right {
    padding: 0rem 0rem 2rem 0rem;
  }  
  	.table_list table td {
		padding: 8px 0px 8px 0px;
		font-size: 1rem;
	}
}
@media (max-width: 1560px) {
	.table_list table td {
		padding: 5px 0px 5px 0px;
		font-size: 0.8rem;
	}
}
.ft_size_125{
	font-size: 1.25rem;
}
.card_all{
	color: rgb(50, 50, 50);
	font-size: 0.8rem;
	line-height: 2.4rem;
	font-weight: 400;
}
.view_more_line{
	color: #D01424;
	text-decoration: underline;
	font-size: 1.2rem;
	line-height: 3rem;
	font-weight: 600;
}
.prod_card{
    text-align: center;
}
.card_title{
	color: #000;
	font-size: 1.2rem;
	line-height: 3rem;
	font-weight: 600;
}
.card_content{
	color: rgb(50, 50, 50);
	font-size: 0.8rem;
	line-height: 1.4rem;
	font-weight: 400;
}
.card_more{
	color: rgb(50, 50, 50);
	font-size: 0.8rem;
	line-height: 2.6rem;
	font-weight: 400;
	text-decoration: underline;	
}
.w-container{
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform .4s;
}
.e-filter {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  overflow-x: ;
  flex-wrap: wrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.e-filter > .e-filter-item:nth-child(1)::before {
  -webkit-mask-image: url(/images/prodtype/bag-1.png);
}
.e-filter > .e-filter-item:nth-child(2)::before {
  -webkit-mask-image: url(/images/prodtype/boxes-1.png);
}
.e-filter > .e-filter-item:nth-child(3)::before {
  -webkit-mask-image: url(/images/prodtype/tags-1.png);
}
.e-filter > .e-filter-item::before {
  content: '';
  width: 3rem;
  height: 3rem;
  background: #817f7f;
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  margin-bottom: 1rem;
}
.e-filter > .item-active::before{
	background: #E00024 !important;
}
.item-active {
  color: red !important;
  border-color: #0c0d0e !important;
}
.e-filter > .e-filter-item {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.e-filter-item {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6em;
  all: unset;
  align-items: center;
}
.hidden{
	display: none;
}
.right-more {
  transform: translateY(-50%);
  border-radius: 3px;
  background-color: #e64545;
  float: right;
  width: 96px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  margin-top: 30px;
}
/*oem section in home*/
.flow_sec{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  counter-reset: section;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.flow_cell::after {
  content: '';
  position: absolute;
  width: calc(100% + 1rem);
  height: 0;
  border-top: 1px dashed #666;
  top: 5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -5;
}
.flow_cell::before {
  content: counter(section, decimal-leading-zero);
  position: absolute;
  left: 50%;
  top: 5rem;
  line-height: 5rem;
  color: #000;
  font-size: 5rem;
  font-weight: 900;
  opacity: 0.05;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
}
.flow_cell {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  counter-increment: section;
}
.cell-container::after {
  content: '';
  position: absolute;
  aspect-ratio: 850/835;
  width: 1rem;
  background: url(https://www.kayaol.com/wp-content/uploads/2024/05/right-arrow.svg) center center no-repeat;
    background-size: auto;
  background-size: cover;
  right: -1rem;
  top: 5rem;
  transform: translate(0, -50%);
}
.cell-container::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 5rem;
  height: 8px;
  width: 8px;
  background: #E00024;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.cell-container{
transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform .4s;
}
.cell-wrapper{
text-align: center;
}
.cell-figure{
display: inline-block;
width: 24%;
margin: 0;
margin-bottom: 1rem;
}
.cell-figure:hover img {
  transform: rotate(360deg);
}
.cell-figure img{
    transition-duration: 0.3s;
}
.cell-content{
width: 100%;
text-align: center;
}
.cell-title{
	color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4em;
}
.cell-content h3 {
  margin: 0;
  min-height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cell-desc{
  color: #323232;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6em;
  margin: 0;
}
.mini-container{
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
/*shadow box refer to prod list*/
.shadow_box_space{
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
}
.prod_box{
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.18);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  background-color: white;
  min-height: 0;
}
.prod_box_cont{
	display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.prod_box_column{
position: relative;
  min-height: 1px;
  display: flex;
}
.prod_box_warp{
display: flex;
position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.prod_box_img{
margin-block-end: 1rem;
margin-bottom: 20px;
}
.prod_box_img_cont{
transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform .4s;
}
.pd-caption{
margin: 0;
}
.pd-caption img{
height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.pd-image-caption{
position: absolute;
  right: 0;
  top: 0;
  padding: 0.2rem 1rem;
  background: #E00024;
  border-radius: 10rem;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
  user-select: none;
}
.pb_con_heading{
margin: 0.5rem 0rem 1rem 0rem;
color: black;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6em;
}
.pb_con_content{
margin: 0.5rem 0rem 1rem 0rem;
color: #323232;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6em;
}
.no_bk_content_box{
	padding: 6px 0px 18px;
}
.left_icon_box::before{
content: counter(section, decimal-leading-zero);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: #E00024;
    color: #fff;
    transform: translate(0, -100%);
    width: 5rem;
    padding: 3rem 0 0.2rem 1rem;
    clip-path: ellipse(100% 40% at 0% 100%);
}
.left_icon_box{
    counter-increment: section;
    position: relative;
}
/*footer*/
.brand_w{
  color: #3B3B3B;
  font-size: 0.875rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1em;
  letter-spacing: 0.5px;
}
.brand_section{
	background-color: #F9F9F9;
	border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #DFDFDF;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 1rem 0 1rem 0;
}
.gd_col_footer{
display: grid;
    grid-template-columns: 40% 15% 15% 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
}
.gd_cell_footer{
position: relative;
  min-height: 1px;
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.footer_logo{
width: 160px;
}
.footer_logo_title{
width: 100%;
margin-bottom: 0px;
}
.footer_logo_addr{
  width: 100%;
  margin: 1rem 0rem 0rem 0rem;
}
.footer_logo_addr > p:first-child {
  margin-top: 0;
}
.ql_column{
position: relative;
  min-height: 1px;
  display: flex;
  padding: 0;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.ql_nav{
	width: 100%;
}
.ql_links li{
	padding: 0;
	margin-bottom: 1rem;
}
.copr_section{
  width: 100%;
}
.copr_container{
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  border-color: #333333;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 30px;
  margin-bottom: 50px;
  padding-top: 20px;
}
.copr_column{
	width: 50%;
	position: relative;
  min-height: 1px;
  display: flex;
}
.copr_sns_wrap{
position: relative;
  width: 100%;
  flex-wrap: wrap;
justify-content: flex-end;
display: flex;
}
.copr_sns_icon{
  position: relative;
  display: inline-flex;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #323232;
  border-radius: 10%;
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
  box-sizing: border-box;
  word-break: break-word;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.copr_sns_scr_only{
position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  text-align: center;
  cursor: pointer;
  word-break: break-word;
}
.copr_sns_icon i{
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.copr_sns-item{
word-spacing: 1rem;
}
@media(max-width:980px){
	.gd_col_footer{
    	grid-template-columns:repeat(2,1fr);
	}
	.gd_cell_addr{
		grid-column: 2 span;
	}
	.ft_footer_1{
		font-size: 1rem;
		  line-height: 1.6em;
	}
}
/*footer*/
/*header revise*/
.header_col{
	display: flex;
	align-content: center;
	align-items: center;
}
.header-logo-container{
	width: auto;
}
.header-logo-container img{
	width: 5rem;
	vertical-align: middle;
  display: inline-block;
height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;  
}
.header-menu-container{
margin-left: auto;
  margin-right: auto;
    width: auto;
    max-width: 100%;
padding-top: 12px;
}
.header-menu-container:not(:last-child) {
  margin-block-end: 1rem;
}
.header-right-icons{
margin-right: 0;
text-align: right;
}
.header-right-icons a:last-child{
font-size: 26px;
padding-left: 8px;
}
@media(max-width:980px){
	.sf-menu > li + li {
	  margin-left: 18px;
	}
}
/*header*/
.prod-advantages-divider{
  padding-block-start: 15px;
  padding-block-end: 15px;
}
.prod-advantages-divider-separator{
border-block-start: 1px solid #c2c2c2;
width: 100%;
display: flex;
margin: 0;
direction: ltr;
margin-bottom: 20px;
}
/*Product advantages in prod list*/
.box_out_bd{
border-left: 1px dotted #333;
    border-top: 1px dotted #333;
    grid-column-gap: 0;
    grid-row-gap: 0;  
}
.box_in_bd{
border-right: 1px dotted #333;
border-bottom: 1px dotted #333;
padding: 1rem 2rem 0.5rem 2rem;
}
.adv_img_box{
}
.adv_title_box{
margin: 1rem 0rem 0.5rem 0rem;
}
.align_center{
	display: flex;
	align-items: center; 
}
/*langs popup*/
.lang-dialog{
width: 640px;
  height: auto;
  max-width: 100vw;
  max-height: 100vh;
  padding: 0;
  overflow: auto;
  display: flex;
  line-height: 1.5;
  box-sizing: border-box;
  pointer-events: all;
}
.lang-popup{
width: 100%;
}
.lang-section{
border-radius: 10px 10px 10px 10px;
}
.lang-container{
display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.lang-column{
width: 100%;
position: relative;
  min-height: 1px;
  display: flex;
}
.lang-wrap{
display: flex;
position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.lang-dialog-section{
z-index: 999999999;
justify-content: center;
  align-items: center;
  pointer-events: all;
  background-color: #0000002E;
  display: flex;
  user-select: auto;
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  pointer-events: all;
}
.lang-dialog-content{
border-radius: 10px 10px 10px 10px;
  box-shadow: 2px 8px 23px 3px rgba(0,0,0,0.2);
  background-color: #fff;
  width: auto;
  overflow: visible;
  max-width: 100%;
  max-height: 100%;
  animation-duration: 1.25s;
  position: absolute;
  font-size: 1rem;
  line-height: 1.5em;
}
.dialog-close-button{
display: flex;
  margin-top: 0;
  right: 20px;
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
  cursor: pointer;
  position: absolute;
  margin-block-start: 15px;
  right: 15px;
  font-size: 15px;
  line-height: 1;
}
.lang-heading{
margin-bottom: 0px;	
z-index: 3;
position: relative;
width: 100%;
}
.heading-container{
padding: 0.8rem 1rem 0.8rem 1rem;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform .4s;
}
.heading-title{
display: flex;
  align-items: center;
  font-weight: 600;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.heading-title:hover svg {
  transform: rotate(360deg);
}
.heading-title svg{
margin-right: 1rem;
  transition: all 1s;
}
.langs-list{
width: 100%;
position: relative;
}
.langs-list-container{
padding: 2rem 0rem 0rem 2rem;
  background-color: #F1F2F3;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
}
.langs-items{
display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  box-sizing: border-box;
  justify-content: center;
}
.langs-item{
width: auto;
  left: auto;
  position: relative;
  height: 100%;
}
.langs-item a{
padding: 0 2rem 2rem 0;
font-size: 1rem;
  font-weight: 400;
  line-height: 1.6em;
  display: flex;
  align-items: center;
}
/*for youtube video play*/
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  z-index: 1000;
}
.modal-content {
  position: relative;
  width: 80%;
  height: 80%;
  margin: 5% auto;
}
.close-btn {
  position: absolute;
  top: -40px;
  right: -40px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}
#videoFrame {
  width: 100%;
  height: 100%;
}
.blue_red a:hover {
  color: #ff0000;
}
.blue_red a {
  text-decoration: underline;
  color: #0000FF;
}
.right_line{
padding: 0 20px 20px 20px;
}
.right_line a{
padding-bottom: 0.5rem;
  display: block;
  margin-top: 0.5rem;
  border-bottom: 1px solid #eaeaea;
    border-bottom-color: rgb(234, 234, 234);
  color: #666;
  font-size: 0.875rem;
}
.right_line a:hover {
  border-color: #E00024;
  color: #000;
}
