html, body
{
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}

body {
	background-color: #f9f9f9;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	line-height: 22px;
	color: #333;
	position: relative;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	ms-text-size-adjust: none;
}

.pagedetailcontent table 
{
	width:100%!important;		
    
}

img 
{
		max-width: 100%;
		height: auto!important;
}

input{
  box-sizing: border-box;
}

.pagedetailcontent img 
{
	max-width: 100%!important;
			
}

.pagedetailcontent table tr td img 
{
	max-width:  none!important;
			
}

body *
{
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	color: #330;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
p
{
	margin: 0 0 0 0;
}
a, a:link, a:active, a:visited, a:hover
{
	color: #333;
	text-decoration:none;
}
pre
{
	font-size: 12px;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#page nav
{
	display: none;
}

#header,
.header

{
	background: #4C66A4;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 40px;
	height: 40px;
	position:fixed;
	top:0px;
	left:inherit;
	width:100%;
	z-index:20;
	
}

#footer
{
	background: #4C66A4;
	
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-size:11px;
	clear:both;
	margin-top:15px;
}
#header a.menu,
.header a.menu
{
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );

	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
	z-index:100;
}
#header a.friends,
.header a.friends
{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVNJREFUeNq01jFLAzEYxvH2UBCxiIiDUhzcdXCyIk5ufgUXLR37JdxcXBxcuwmOOtml0EKpo04iWIpIQREVEVFLjf9AhoC9e3O5uxd+lMLdPU1yedO8UiqXdQWO122ghi4+8IwGqiiId+uRCHbxqsLrFHNRz5ACSnhTch1EPScQpnIH0w7TWcGiz5rouS45rtkMVnxCJrAQ4yUq+oT8YhAjZOAT8oWHGCE9nxC9H64cA15w4xOiW0HbfErVNhvUa8c3cecQcoZv3xA9z+fCNbe4SNq7jvEUMaUnuE/au7SjkHbSR1G637ULh73Kn+gn7cIBttELGckQh9Jo8iMOrSksYx2b2MKk8FuvUUcHl/9GbiWuooYu3pVf/eARLZQxbp8na2YR0659e+HLmM/geN+z98lSRv8hZu2QQkYh+kzKjZkvHdPahymH6DNp5Cucev0JMAAkKj0NEoYBJwAAAABJRU5ErkJggg==);
}
#header a.right,
.header a.right
{
	left: auto;
	right: 10px;
}
#content,
.content
{
	padding: 0px;
}
#content
{
	padding-bottom: 10px;
	padding-top: 40.5px;
	min-height:420px;
	overflow:hidden;
}
.adsbygoogle
{
	background: #eee;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.customer_login
{
	text-align: right!important;
	float:right!important;
}

	.about{
	display:block;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:5px;
	color:#fff;
	background-color:black;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

	.header-design{
	text-transform:capitalize;
	position:absolute;
	right:5px;
	top:0px;
}

.poweredby{
	display:block;
	font-weight:normal;
}

span.required{
  color:red;
}
/*--search--*/

.searchicon {
	display:block;
	text-align:center;
	padding:0px 4px;
}

input.search {
    border: medium none;  
    color: #AAA;
    padding: 4px 5px;
    font-size: 13px;
    line-height: 1;
    width: 	90%;
    float: left;
    height: 28px;
    vertical-align: middle;
		border-left: 1px solid #EEE;	
		
}

input.search:focus
{
    outline:none;
}


table.search {  
    color: #AAA;
    background-color: #FFF;
		border-bottom:1px solid #EEE;
}

.search_button{
	float:right;
	font-size:15px;
	margin-right:10px;
	border:none;
	border-radius:3px;
	color:#fff;
	background-color:#4c66A4;
	height:30px;
	padding:0px 15px;
	
}

.search_button:hover{
	background-color:#3D5283;	
}

.call_button{
	float:right;
	font-size:16px;
	border:none;
	border-radius:3px;
	color:#fff;
	background-color:#4c66A4;
	height:35px;
	padding:0px 10px;
	margin-top:2px;
	
}

.call_button:active,.call_button:hover{
	outline:none;
	border:none;
	
}

span.call{
	padding:0px 5px;
	font-size:16px;
}


a.newpages_link{
	color:white;
	
}

.no_content{
	padding:15px;
	font-size:14px;
}

		
.main_photo
{
	max-width: 100%;
	text-align: center;
	height: auto;
						
}
			
.photo
{
	max-width: 100%;
	text-align: center;
	height: auto;
}

.photo img.logo_pic{
	display:block;
	margin:0px auto 2px;
	width:100%;}
				
.intro{
	padding:10px 15px 15px 15px;
	overflow-x:auto;
}


.pagedetailcontent{
	overflow:auto;
	padding:15px;
	
}



.gallery_content{	
	padding:15px;
}



.gallery-description {
		padding-top:10px;	
}


.gallery_content img 
{
		width: 100%;
		height: auto;
		border:1px solid #CCC;
}



.btn {
    display: inline-block;
    padding: 10px;
    border-radius: 5px; /*optional*/
    color: #aaa;
    font-size: .875em;
}

.pagination {
	width:100%;
	display:block;
	float:left;
	background-color:#E9E9E9;
	color:#000;
	border-radius:3px;
	margin-top:15px;
		   
}

.page {
   width:30%;
	 display:block;
	 float:left;
	 text-align:center;
	 box-sizing:border-box;
	 padding:3px;
}

.page i {
   margin:0px 5px;
}



.page.active {
   width:40%;
	 display:block;
	 float:left; 
	 text-align:center;
	 border-left:solid 2px #FFF;
	 border-right:solid 2px #FFF;
	 
}

.page select{
	border-image:none;
	border-style:solid;
	background-color:#FFF;
	border-color:#EEE #EEE #E9E9E9;
	
}


.gallery-album{
	border:solid 1px #000;
	margin-bottom:10px;
	text-align:center;
}

.gallery-album-details{
	color:#666;
}
span.photo_num{
	clear:both;
	display:block;
	text-align:center;	
	background-color:#999;
	color:white;
	border-top:solid 1px #000;
	
}

span.photo_num2{
	clear:both;
	display:block;
	text-align:center;	
	font-size: 11px;
	color: #808080;
	
}

.title {
	display:block;	
	font-weight:bold;
	color:black;
	font-size:20px;
	padding-bottom:10px;
	word-wrap:break-word;
	clear:both;
	
}

.productdetailcontent{
	
	padding:20px;
}


.product-description {
		padding-top:10px;	
		overflow:auto;	
}

.productdetailcontent .photo
{
		max-width: 100%;
		text-align: center;
		height: auto;
		border:1px solid;
		clear:both;
}

.productdetailcontent .photo img
{
		display:block;
/*		margin:0px auto; /* commented on 2020/03/03 */
		padding:0px;
}

.fotorama img
{
/*  margin: 0 !important;*/
}

#contact-form input[type="text"],
#contact-form input[type="number"],
#contact-form input[type="password"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea,
#contact-form select,
#contact-form button[type="submit"] {
    font:400 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#contact-form {
    text-shadow:0 1px 0 #FFF;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    background:#F9F9F9;
    
}
#contact-form h3 {
    margin:5px 0 15px;
    display:block;
    font-size:14px;
		font-weight:bold;
		line-height:20px;
}
#contact-form h4 {
    margin:5px 0 15px;
    display:block;
    font-size:13px;
		font-weight:normal;
}
#contact-form label span {
    cursor:pointer;
    
    display:block;
    margin:5px 0;
/*    font-weight:899;*/
}

#contact-form label span.required {
   
    color:red;
  	display:inline;
}
#contact-form input[type="text"],
#contact-form input[type="number"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form input[type="date"],
#contact-form input[type="password"],
#contact-form textarea,
#contact-form select{
    width:100%;
    box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
    -webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
    -moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
    border:1px solid #CCC;
    background:#FFF;
    margin:0 0 5px;
    padding:10px;
    border-radius:5px;
		height:37px;
}
#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form input[type="tel"]:hover,
#contact-form input[type="url"]:hover,
#contact-form input[type="date"]:hover,
#contact-form input[type="password"]:hover,
#contact-form textarea:hover,
#contact-form select:hover{
    -webkit-transition:border-color 0.3s ease-in-out;
    -moz-transition:border-color 0.3s ease-in-out;
    transition:border-color 0.3s ease-in-out;
    border:1px solid #AAA;
		outline:none;
}
#contact-form textarea {
    height:100px;
    max-width:100%;
}
#contact-form button[type="submit"] {
    cursor:pointer;
    width:100%;
    border:none;
    background:#991D57;
    background-image:linear-gradient(bottom, #4C66A4 0%, #5566A4 52%);
    background-image:-moz-linear-gradient(bottom, #4C66A4 0%, #5566A4 52%);
    background-image:-webkit-linear-gradient(bottom, #4C66A4 0%, #5566A4 52%);
    color:#FFF;
    margin:0 0 5px;
    padding:10px;
    border-radius:5px;
	
}
#contact-form button[type="submit"]:hover {
    background-image:linear-gradient(bottom, #5566A4 0%, #7281B6 52%);
    background-image:-moz-linear-gradient(bottom, #5566A4 0%, #7281B6 52%);
    background-image:-webkit-linear-gradient(bottom, #5566A4 0%, #7281B6 52%);
    -webkit-transition:background 0.3s ease-in-out;
    -moz-transition:background 0.3s ease-in-out;
    transition:background-color 0.3s ease-in-out;
}
#contact-form button[type="submit"]:active {
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
#contact-form input:focus,
#contact-form textarea:focus {
    outline:0;
    border:1px solid #999;
}
::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}
::-moz-placeholder {
    color:#888;
}
:-ms-input-placeholder {
    color:#888;
}

.productdetailcontent * {
	box-sizing:border-box;
}

.enquiry-message{
	
background-color:#DADADA;
padding:5px;
clear:both;
}

.error-msg{
	background-color:#FFBABA;
	display:block;
	padding:2px;
	font-size:12px;
	border:solid 1px black;
}

.success-msg{
	background-color:#DFF2BF;
	display:block;
	padding:2px;
	font-size:12px;
	border:solid 1px black;
}

img.warning{
	padding:4px;
	float:left;
}

img.success{
	padding:4px;
	float:left;
}

.subimg-item
{
	float:left;
	margin:2px;
	border:solid 1px #CCC;
	position:relative;
}

.subimg-item img
{
	position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;	
	
}

#product-sub-images
{
	text-align:center;
}

span.product-video-title
{
	font-weight:bold;
	display:block;
	margin:3px 0px;
	
}

#download-section a
{
	text-decoration:underline;
}



.videodetailcontent{	
	padding:15px;
}

.videodetailcontent iframe{	
	width:100%!important;
	height:220px!important;
}




.video-description {
		padding-top:10px;		
}

.video
{
		max-width: 100%;
		text-align: center;
		height: auto;					
}

.video-item .video-title{
  font-weight: bold;
}

.listbox {
    padding: 20px 20px 5px;
    margin-bottom:10px;
		color:#000;
		clear:both;
		float:left;
		width:100%;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		
}


.listbox h2{
		display:block;
    margin-top:0px;		
}

.newlistbox {
    background-color: #FFF;
    padding: 20px;
    margin-bottom:10px;
		color:#000;
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #eee;
		border-bottom:1px solid #eee;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
}

.newlistbox h2{
		display:block;
    margin-top:0px;		
}


.new-title {
	display:block;	
	
}


.new-time {
		color: #808080;
		font-size:12px;	
}

.new-pic {
		
    float:left;
		max-width: 105px;
		max-height: 105px;
		display: block;
		margin: 0px 10px 0px 0px;
		
}
.post-title{
	font-size: 14px;
}
.post-imgs{
	width: 100%;
}
.post-pic{
	 display: block;
   margin: 0px 10px 0px 0px;
}

.new-pic2 {
		
    float:left;
	width:100%;
	height: 300px;
	display: block;
	margin: 0px 0px 10px 0px;
		
}

.readmore{
    color: red!important;
    text-decoration: none;
    font-weight: bold;
		font-size:13px;
}




.job-time {
		
		font-size:12px;	
		color: #808080;
}

.job-description {		
	border-bottom:solid 1px #EFEFEF;
	padding-bottom:10px;
}

.clear{
	clear:both;
}



.download-list li{
	display:block;
	margin-left:-15px;
  max-width: 100%;
  word-break: break-all;
}

.download-list a{
	color:#888;
}

.download-list li:before{
	font-family:'FontAwesome';
	content:"\f019";
	margin-right:5px;}
	

#contact-form * {
	box-sizing:border-box;
}

.contact_content{
	
	padding:15px;
}

.contact_region{
	
	padding:15px;
	line-height:25px;
}

.contact_region iframe{
	
	width:100%!important;
	height:220px!important;
}

.contact_region a{
	
	color:darkblue;
}

.contact_region table{
	width:100%!important;
	
}

.contact_region a{
  color:#333;
}

.gps{
	margin-left:5px;

}

a.gps_button{
	margin:5px 0px;
	background-color:#D71D28;
	padding: 5px 5px;
	color:white;
	display:block;
	border-radius:3px;
	
}


.phototitle {
	display:block;	
	font-weight:bold;
	color:#3B5998;
	font-size:18px;
}

.photodetailcontent{
	
	padding:15px;
}

.photodescription {
		padding-top:10px;
		
}

.photodetailcontent img{
	
	width: 100%;
	height: auto;
	border:1px solid #CCC;
}


.gallery-album{
	border:solid 1px #000;
	margin-bottom:10px;
	text-align:center;
}

.gallery-album a{
	
}

.gallery-album-details{
	color:#666;
}


.productcontent a{
		text-decoration:none;		
}

.product-title {
	font-weight:bold;
	font-size:13px;
	word-wrap:break-word;
	width:100%;
	line-height:1.4;
}

.product-description {
		font-size:12px;
   
		
}
.productcontent .product-pic {
		
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    object-fit: contain;
    width: 100%;
    transform: translate(-50%,-50%);
  
}

.home_productcontent .product-pic {
		
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;	
		
}

.image-box{
	display: block;	
	width: 100px;
	height: 80px;
	float:left;
	margin-right: 10px;
	position:relative;
	border:solid 1px #D3D3D3;
}

.productcontent{
	width:100%;
	margin-top:10px;
	
}



.home_productcontent{
	width:100%;
	margin-top:10px;
	position: relative;
	float: left;
	margin-bottom:25px;
	
}

.productcontent .listbox {
		color:#000;
		float:left;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		width:50%;
		margin-bottom:0px;
		padding:10px;
		clear:inherit;
		display:block
		
}
.productcontent{
		}

.cat_title{
	background-color: #CCC;
	clear:both;
	float:left;
	width:100%;
	font-weight:bold;
	margin:2px 0px;	
}

.cat_title a{
	color:darkblue;
	font-size:15px;
}

.cat_product_number{
	font-weight:normal;
}

.cat_product_view_all{
	float:right;
	font-size:12px;
}


.jobdetailcontent{
	
	padding:15px;
	overflow:auto;
}

#jobtable td{
	padding:5px 5px 5px 0px;
  /*word-break: break-all;*/
}
#jobtable td b{
  word-break: normal;
}

.servicetitle {
	display:block;	
	font-weight:bold;
	color:#3B5998;
	font-size:18px;
}

.servicedetailcontent{
	
	padding:15px;
}

.servicedetailcontent img{
		max-width: 100%;
		height: auto!important;
	
}

.servicedetailcontent li{
	
	
}
.servicedetailcontent a{
	text-decoration:underline;
}



.service-description {
		padding-top:10px;		
}


.newdetailcontent .photo{
	
	max-width: 100%;
	text-align: center;
	height: auto;
	border:1px solid;
}

.newdetailcontent .photo img{
	
	display:block;
	padding:0px;
	margin:0px auto;
}


.newdetailcontent {
	
	padding:15px;
}

.show-new-time {
		padding-top:10px;
}

.show-new-time span{
		color: #808080;
		font-size:12px;	
}

.new-description {
		padding-top:0px;
		
}

.captcha td{
	width:175px;
}

.jobdetailcontent tr td{
	border-bottom:solid 1px #EFEFEF;
	
}


.clickmore{
    color: red!important;
    text-decoration: none;
    font-weight: bold;
		font-size:11px;
		padding-left:10px;
		float:right;
}

.en_cn{
	display:block;
	font-size:14px;	
	opacity: 0.5;
	color:white;
}

.en_cn a{
	text-decoration:none;
	color:white;
}

.visitor{
	padding:0px 10px;
	
}


.gallery-album img 
{
		width: 100%;
		max-height:550px!important;
		border:0px solid #CCC;
		border-bottom:1px solid #000;
}

.padding
{
	padding:8px 20px;
	
}

.desktop{
	display:block;
	font-size:13px;	
	color:white;
	border-bottom:solid 1px #CCC;
	border-top:solid 1px #CCC;
	background-color:#333;
	padding:5px;
}

.next_menu{
	display:block;
	background:#EFEFEF;
	margin-top:10px;
	float:left;
	width:100%;
	margin-bottom:10px;
	position:relative;
}

.product_pre_button{
	float:left;
	font-size:15px;
	border:solid 1px #CCC;
	border-radius:3px;
	color:#000;
	background-color:#FFF;
	height:30px;
	padding:0px 15px;
	margin:5px 10px;
	position:relative;
}

.product_next_button{
	float:right;
	font-size:15px;
	border:solid 1px #CCC;
	border-radius:3px;
	color:#000;
	background-color:#FFF;
	height:30px;
	padding:0px 15px;
	margin:5px 10px;
	position:relative;
	
}


.product_number{
	text-align:center;
	position:absolute;
	width:100%;
	padding:10px;
}

.company_name{
	position:absolute;
	left:55px;
	white-space:nowrap;
	overflow:auto;
	right:50px;
	font-size:16px;
	
}

.search_title{
	padding:10px 10px 0px;
	width:100%;
	font-size:16px;
	font-weight:bold;
	
	
}

.contactus{
	padding-left:15px;
	
}

.info{
	padding:5px;
	
}

 html{background-color: #D71D28;}


#header,
.header
{
	background: #D71D28;
	color: #fff;
}

#footer
{
	background: #D71D28;		
	color: #fff;
}

#footer a
{
	color: white;
}


.call_button{
	color:#fff;
	background-color: #D71D28;
}



#contact-form button[type="submit"] {
    background:#D71D28;   
    color:#FFF;
}

#contact-form button[type="submit"]:hover {
   background:#E4363F; 

}


.search_button{
	color:#fff;
	background-color:#D71D28;
	
}

.search_button:hover{
	background-color:#E4363F;	
}



.latest_product_title{
	width:100%;
	display:block;	
	font-weight:bold;
	color:#FFF;
	font-size:16px;
	clear:both;	
	margin-top:10px;
	background-color:#D71D28;
	padding:5px;
	text-align:center;
	float: left;

}

.latest_product_title1{
	width:100%;
	display:block;	
	font-weight:bold;
	color:#000;
	font-size:16px;
	clear:both;	
	margin-top:10px;
	background-color:#FFF;
	padding:5px;
	text-align:center;
	float: left;
	border-top:1px solid #EEE;
	border-bottom:1px solid #EEE;
}



.home_productcontent a{
		text-decoration:none;	
		float:left;	
		width:100%;
		
		
}


.home_productcontent .listbox {
		color:#000;
		float:left;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		width:50%;
		margin-bottom:0px;
		padding:10px;
		clear:inherit;
		display:block;

}

.home_product_title{
	word-wrap: break-word;
	clear:both;
	padding-top:5px;
}

.home_productcontent .image-box{
	display: block;	
	width: 100%;
	float:left;
	margin-right: 10px;
	position:relative;
	border:solid 1px #D3D3D3;
	padding-bottom:50%;
}

.home_productcontent .image-box img{
	max-width:100%;
	max-height:100%;
}

.margin{
	margin:-8px;
	padding:10px;
	background-color:#FFF;
	border:1px solid #EEE;
	
}

.margin2 {
    margin: -8px;
    background-color: #FFF;
}


.form_content{
	overflow:auto;
	padding:5px 15px 15px;
		
}

.share{
	margin:0px auto;
	padding-top:5px;
	background-color:#F9F9F9;	
}

.addthis_native_toolbox{
	display:inline-block;
	
}

.productcontent a.item{
		text-decoration:none;	
		float:left;	
		width:100%;
		
		
}


.productcontent .listbox {
		color:#000;
		float:left;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		width:50%;
		margin-bottom:0px;
		padding:10px;
		clear:inherit;
		display:block;

}

.product-title{
	word-wrap: break-word;
	clear:both;
	padding-top:5px;	
}

.productcontent .image-box{
	display: block;	
	width: 100%;
	float:left;
	margin-right: 10px;
	position:relative;
	border:solid 1px #D3D3D3;
	padding-bottom:50%;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #fff;
}


.productcontent .image-box img{
	max-width:100%;
	max-height:100%;
}


.menu_banner{
	padding:0px 15px;
	
}

.addtocart{
/*	color:#D71D28;*/
	margin:5px 0px;
	font-size:18px;
	font-weight:bold;
}

.cart_price{
	display:block;
	width:100%;
	padding:5px 0px;
	text-align:center;
}


.list_addtocart{
	color:#D71D28;
	margin:3px 0px;
	font-size:13px;
	font-weight:bold;
	
	
}


.list_cart_price{
	display:block;
	width:100%;
	
}

.list_cart_button{
	font-size:13px;
	border:none;
	border-radius:5px;
	color:#fff;
	background-color:#D71D28;
	padding:10px;
	display:block;
	width:100%;
	margin-top:3px;
	clear:both;
}
a.list_cart_button{
  box-sizing: border-box;
  color: #fff;
}


.cart_button{
	font-size:15px;
	border:none;
	border-radius:5px;
	color:#fff;
	background-color:#D71D28;
	padding:10px;
	display:block;
	width:100%;
	
}

.careerlistbox{
background-color: #FFF;
padding: 0px 20px 5px;
margin-bottom: 10px;
color: #000;
clear: both;
float: left;
width: 100%;
border-top: 1px solid #EEE;
border-bottom: 1px solid #EEE;
box-sizing: border-box;
}


.product_cat_desc{
	clear:both;
	padding:10px;
	
}

.note-success{
	background-color:#DFF2BF;
	border-top:solid 1px #4F8A10;
	border-bottom:solid 1px #4F8A10;
}

.note-warning{
	padding:5px 10px 5px 25px;
	margin:5px 0;
	border:1px solid #9F6000;
	background:url(warning_icon.png) no-repeat 5px 50% #FEEFB3;
}
.note-warning,
.note-warning a{
	color:#9F6000;
}

.top-message{
	position: fixed;
	height:40px;
	font-size: 16px;
	z-index:6;
	width:100%;
	left: inherit;
	top:40px;
}
.top-message .left, .top-message a.checkout{
  color:#080;
}


.left{
	float:left;
	padding:10px 10px 10px 15px;
	font-size:18px;
	font-weight:bold;
	color:#F2F2F2;
	
}

a.checkout{
	color:#F2F2F2;
	
}

.right{
	position:absolute;
	right:5px;
	top:4px;
	
}

.top-message a.top-total-items {
    margin-right: 10px;
    display: inline-block;
    padding: 5px 10px;
    color: #FFF;
    background-color: #080;
    text-decoration: none;
		border-radius:3px;
}

.checkout_content{
	display:block;
	position:relative;
	height:40px;
}

.search_content{
	display:block;
	position:relative;
	height:45px;
	
}

.cart_content{
	padding:15px;
	
}

.product_list{
	width:100%;
	display:block;
	border-bottom:1px solid #999;
}

.product_image{
	display: block;	
	width: 100px;
	height: 100px;
	float:left;
	margin-right: 5px;
	position:relative;
	
}
.product_image img{
	position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	max-height:100%;
}

.product_title{
	font-weight:bold;
	font-size:16px;
	margin:5px 0px;
}

.product_price{
	font-size:14px;
}

.total_price{
	font-size:14px;
}

.weight{
	font-size:14px;	
}

#contact-form input[type="number"].product_quantity{
		width:99px;
    box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
    -webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
    -moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
    border:1px solid #CCC;
    background:#FFF;
    padding:5px;
		text-align:center;
    border-radius:5px;
		height:30px;
		
}


#contact-form input[type="number"].product_quantity:hover{		
		-webkit-transition:border-color 0.3s ease-in-out;
    -moz-transition:border-color 0.3s ease-in-out;
    transition:border-color 0.3s ease-in-out;
    border:1px solid #AAA;
		outline:none;
}


.price{
	color:#C62913;
	font-weight:bold;
	float:right;
	
}

.deliveryprice{
	color:#C62913;
	font-weight:bold;
	float:right;
	font-size:18px;
}

.cart_title{
display: block;
color: #000;
font-size: 20px;
font-weight:bold;
padding-bottom: 10px;
word-wrap: break-word;
clear: both;
border-bottom:1px solid #999;
}


.cart_total_price{
display: block;
color: #000;
font-size: 18px;
padding-bottom: 10px;
font-weight:bold;
word-wrap: break-word;
clear: both;
margin-bottom:20px;
padding: 10px 0px;
border-bottom:solid 2px #999;
border-top:solid 1px #999; 
width:100%;
float:left;
}


.unit_price{
	color:#C62913;
	
}

.update_button{
	width:94px;
	font-size:16px;
	border:solid 1px #CCC;
	border-radius:3px;
	color:#000;
	background-color:#EFEFEF;
	height:30px;
	padding:0px 20px;
	margin:3px;
	display:none;
}

.remove_button{
	font-size:16px;
	border:solid 1px #CCC;
	border-radius:3px;
	color:#000;
	background-color:#EFEFEF;
	height:30px;
	padding:0px 20px;
	
}

.remove_coupon_button{
	font-size:16px;
	border:solid 1px #CCC;
	border-radius:3px;
	color:#000;
	background-color:#EFEFEF;
	height:30px;
	padding:0px 20px;
	margin-right:5px;
	
}

.product_details{
	margin-bottom:5px;
	
}

.no_product{
	margin-bottom:20px;
	border-bottom:solid 1px #999;
}

.delivery_charge{
	display:block;
	width:100%;
	margin:5px 0px;
	
}

.product_order_qty{
	display:block;
	width:100%;
	
}

.delivery_method{
	display:none;
	
}

.cart_product_content{
	
}

.message_padding{
	
	margin-top:15px;
}

.clear_button{
	font-size:16px;
	border:solid 1px #999;
  margin-right:-1px;
	color:#000;
	background-color:#EFEFEF;
	height:30px;
	padding:0px 20px;
	float:right;
	margin-top:3px;
	
}

.clear_button:hover{
	outline:none;
}

.attachment_design{
   width:100%;
   border:none;
   background:#DDD;
   color:#333;
   margin:0 0 5px;
   padding:10px;
   border-radius:5px;
	
}

.short_product_desc{
	
	
}


.view_detail_button{
	font-size:13px;
	border:none;
	border-radius:5px;
	color:#fff;
	background-color:#D71D28;
	padding:10px;
	display:block;
	width:100%;
	margin-top:3px;
	margin-bottom:3px;
}

.new_product_col{ 
 	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family:Arial, Helvetica, sans-serif;  
	border-bottom:none}

.new_product_col a{ 
	text-decoration:none}
.new_product_col .owl-item img{
		width: auto !important;
	}
.article{
	border:1px solid #eee; 
	box-sizing: border-box;
	padding:8px; 
	border-bottom:1px solid #eee;
	margin:1px;
	background-color:#fff;}
	
.home_product_swipper_img{
	padding-bottom:100%;
  width:100%;
  display:block;
  position:relative;
	border: 1px solid #D3D3D3;
	
}
.home_product_swipper_img img{  
	position: absolute;
	outline:none;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}
.home_product_swipper_title{ 
	height:58px; 
	margin:8px 0px 0px 0px; 
	overflow:hidden; 
	color:#666;}
	
.home_product_swipper_price{ 
	margin-bottom:5px; 
	color:#555; 
	font-size:13px;}
	
.home_product_swipper_price strong{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size:17px;}
	
.home_product_swipper_bottom a{ 
	position:relative; 
	background-color:#C33;
	text-align:center; 
	display:block; 
	margin:0 auto; 
	padding:8px;
	color:#fff; 
	font-size:14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;}

.home_product_swipper_bottom a:hover{background-color:#933;} 

.latest_title{
	float:left;
	margin:0px 10px;
}

.home_product_view_all{
	float:right;
	font-size:12px;
	padding:0px 20px;
	
}

.home_product_view_all a{
	
	color:#000;
}

.latest_new_title{
	width: 100%;
	display: block;
	font-weight: bold;
	color: #000;
	font-size: 16px;
	clear: both;
	background-color: #FFF;
	margin-top: 10px;
	float: left;
	border-top: 1px solid #EEE;
	padding: 10px 5px 5px 20px;
}

.home_contact_us{
	position: relative;
	float: left;
	padding:10px 5px;
	margin-bottom:5px;
	width:100%;
	
}

.home_contact_title{
	width: 100%;
	display: block;
	font-weight: bold;
	color: #FFF;
	font-size: 18px;
	clear: both;
	margin-top: 20px;
	background-color: #D71D28;
	padding: 5px;
	text-align: center;
	float: left;
	
}

.menu_bar{
	margin-left:25px;
}

a.menubar{
	border: medium none;
	background-color: #D61C28;
	z-index: 55;
	border-radius: 2px;
	position: relative;
	color: #FFF;
	font-size: 30px;
	padding: 5px;
	float: right;
	height: 28px;
	margin-right:5px;
	margin-bottom: 5px;
	
}

.main_office{
	margin:10px;
	border:solid 1px #CCC;
	clear:both;
}

.main_office legend{
	font-weight:bold;
	font-size:16px;

	
}

.branch_contact_us{
	position: relative;
	padding:10px 5px;
	margin-bottom:5px;
	clear:both;
	
}

.hr_design{
	border: 0px none;
	height: 1px;
	background-color: #CCC;
	
}

.android_apps{
	position: fixed;
	height: 120px;
	font-size: 16px;
	z-index: 20;
	width: 100%;
	left: inherit;
	bottom: 0px;
	background-color:#555;
	color:white;
	border-top:solid 2px #000;
}


.switch_desktop{
	position: fixed;
	font-size: 16px;
	z-index: 20;
	width: 100%;
	left: inherit;
	bottom: 0px;
	background-color:#555;
	color:white;
	border-top:solid 2px #000;
	text-align:center;
	padding:25px 0px;
	font-size:30px;
}

a.button_design{
	background-color: #D71D28;
	padding: 8px 14px;
	color: #FFF;
	border-radius: 3px;
	float: right;
	margin-top: 10px;
	margin-right: 2px;
	margin-left: 10px;
	font-size: 11px;
	
}

.close_apps{
	width: 35px;
	float: left;
	font-size: 30px;
	text-align: center;
	padding: 10px 5px;
	background-color: #333;
	height:100px;
	padding-top:15px;
	color:#ccc;
}

.android_word{
	float:left;	
	font-size: 13px;
	padding-top: 10px;
	padding-left: 10px;
	color:white;
}

.android_logo{
	float:left;
	padding-top: 6px;
	padding-left: 4px;
	margin-left: 10px;
}

.android_logo img{
	width:50px;
}

.service-album-details{
	color:#666;
	margin-top:-7px;
	
}

.service-album-details a{
	color:white!important;
}

.service-cat-title{
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	background-color: #CCC;
	padding: 8px;
	
}

.service-cat-desc{
	clear:both;
	padding:10px;
	
}

h2.page-title{
	padding:0px;
	margin:0px;
	
}

p.mhomecontent{
	padding-top:10px;
	
}


.padding_title{
	display: block;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
	word-wrap: break-word;
	clear: both;
	
}

.padding_news_title{
	display: block;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
	word-wrap: break-word;
	clear: both;
	padding-top:10px;
	
}


.gst_amount{
	display: block;
	font-weight: bold;
	word-wrap: break-word;
	clear: both;
	width: 100%;
	float: left;
	padding-bottom: 5px;	
	
}

.email_confirm{
	display: block;
	font-weight: normal;
	word-wrap: break-word;
	font-size:12px;
	clear: both;
	width: 100%;
	float: left;
	padding-top: 5px;	
	
}

.ori_price{
	text-decoration:line-through;
	margin-bottom: -5px;	
	font-size:16px;

}

.gst_inclusive{
	background-color: #444;
	padding: 5px;
	color: white;
	font-size: 12px;
	font-weight: normal;
	border-radius: 2px;
	
	
}

.input_stock{
    box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
    -webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
    -moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
    border:1px solid #CCC;
    background:#FFF;
    padding:5px 5px 2px 5px;
	text-align:center;
    border-radius:5px;	
	margin:0px 10px;
	width:80px;
	font-size:14px;
	
}

.input_stock:hover,.cart_price select:hover{
 	-webkit-transition:border-color 0.3s ease-in-out;
    -moz-transition:border-color 0.3s ease-in-out;
    transition:border-color 0.3s ease-in-out;
    border:1px solid #AAA;
	outline:none;	
	
}

.input_stock:focus,.cart_price select:focus{
 	-webkit-transition:border-color 0.3s ease-in-out;
    -moz-transition:border-color 0.3s ease-in-out;
    transition:border-color 0.3s ease-in-out;
    border:1px solid #AAA;
	outline:none;	
	
}

.margin_bottom{
	margin-bottom:10px;
		
	
}

.standard_font_size{
	font-size:14px;	
	
}

.cart_price select{
width: 100%;
box-shadow: 0px 1px 2px #DDD inset, 0px 1px 0px #FFF;
border: 1px solid #CCC;
background: #FFF none repeat scroll 0% 0%;
margin: 0px 0px 5px;
padding: 10px;
border-radius: 5px;
height: 39px;
}

span.option{
	display:block;
	text-align:left;
	width:100%;	
	font-size:14px;
	
	
}

.android_section{
	display:block;
	float:left;
	
	
}

.install_button{
	float:left;
	padding:10px;	
	
}

a.install_button_design{
	background-color: #D71D28;
	padding: 14px 35px;
	color: #FFF;
	border-radius: 3px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 2px;
	font-size: 13px;
	
}


.out_of_stock_button{
	font-size:13px;
	border:none;
	border-radius:5px;
	color:#fff;
	background-color:#CCC;
	padding:10px;
	display:block;
	width:100%;
	margin-top:3px;
	clear:both;
	
}

.list_ori_price{
	display:block;
	width:100%;
	padding:5px 0px;
	text-decoration:line-through;
	margin-bottom: -5px;
	font-size:12px;
}

.price_detail{
	display:block;
	width:100%;	
	
}

.add_padding_left{
	padding-left:10px !important;		
}

.add_padding_top{
	padding-top:10px;	
	
}


a.link_color{
	color:#00008B;	
	
}

.product-option{
	font-style: italic;
    font-size: 10px;

	
}

.table_title_design{
	background-color:#EFEFEF;	
	
	
}

.product-table{
	border-collapse:collapse;
	border-color:#999;	
	
}

.table_data_design{
	background-color:#FFF;	
	
}

.checkout_price_section{
	display: block;
	font-weight: bold;
	word-wrap: break-word;
	clear: both;
	width: 100%;
	float: left;
	padding: 5px 0px;
	border-bottom: 1px solid #999;
	font-size: 14px;	
	
}

.shipping_required{
	color:red;
  	display:inline;	
	padding-right:5px;
	
}

.checkout_details{
	padding-top:20px;
	
}

.payment_description,
.payment-method-desc{
	display:none;	
	
}

.payment_description{
	margin-top: 10px;
	padding: 10px;
	background-color: #CCC;
	
}

.shipping_list_title{
	font-weight:normal;	
	
}

.select-date{
	display:block;
	clear:both;
	padding:10px;
	
	
}

.mobile_full_width_button{
	font-size:13px;
	border:none;
	border-radius:5px;
	color:#fff;
	background-color:#D91E29;
	padding:10px;
	display:block;
	width:100%;
	margin-top:3px;
	clear:both;
	
}

.last-updated{
	font-size:10px;	
	
	
}

.shipping_description{
	display:none;
	clear:both;
	padding:5px 0px;	
	
}

.business_hours{
	margin: 15px 0px 5px;
	color: #D91E29;
	font-size: 16px;	
}

.addthis_content{
	display: block;
	width: 100%;
	text-align: center;
	margin: 20px 0px 10px 0px;	
}


.swiper-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
}
.swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}

.cart_top_text{
	background-color: #FCF4F4;
	display: block;
	font-size: 13px;
	padding: 5px 10px;
	margin: 10px 0px 15px 0px;
	border: 1px solid #999;
	border-radius:3px;
	
}

.category-album-details{
	text-align:center;
	padding:5px 10px;	
	font-weight: bold;
	color: #666;
	clear:both;
	
}

.social-menu .social-icon {
    font-size: 14px;
    padding: 10px;
    color: #FFF;
    background-color: #666;
    display: inline-block;
    line-height: normal;
    margin: 5px;
}

.social-icon.icon-facebook {
    background-color: #3C5899;
	font-family: "icomoon" !important;
}

.social-icon.icon-blogger{ 
	background-color:#F79138;
}
.social-icon.icon-tumblr{
	 background-color:#36465D; 
}
.social-icon.icon-wordpress{ 
	background-color:#1F1A17;
}

.social-icon.icon-twitter{ 
	background-color:#3B94D9; 
}

.social-icon.icon-instagram{ 
	background-color:#6A453B; 
}
.social-icon.icon-linkedin{ 
	background-color:#007BB6; 
}
.social-icon.icon-youtube{ 
	background-color:#FF0000;
}
.social-icon.icon-tiktok{ 
	background-color:#333333;
}

.catalogue{
	width:100%;
	display:block;
	padding:10px;
	margin-bottom:10px;
	background-color:#CCC;
	border:solid 1px #999;	
	
}

a.catalogue_link:hover{
	text-decoration:none!important;
}

.tag-section
{
	padding:15px 0px;
	display:block;
	width:100%;
	float:left;
}

a.tag
{
	display: inline-block;
	float: left;
	margin-bottom: 3px;
	margin-right: 3px;
	padding: 5px 15px;
	background-color: #ddd;
	color: #333 !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	font-family: 'Arial', 'Microsoft YaHei', 'Hiragino Sans GB', 'Microsoft JhengHei', Helvetica, sans-serif;	
	
}

.form_nav_search {
	position: relative;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
}
.form_nav_search input.nav_search {
	position: relative;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	background-color: #fff;
	padding: 10px 46px 10px 14px;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	margin: 0px;
	height: 42px;
	color: #666
}
.form_nav_search input.nav_search:focus {
	border: none;
	overflow: hidden;
	outline: none;
	color: #666;/*-webkit-box-shadow: 0px 0px 1px 0px #D61C28;
	-moz-box-shadow:0px 0px 1px 0px #D61C28;
	box-shadow: 0px 0px 1px 0px #D61C28;*/
}
button.icn_bg {
	background-color: #D61C28;
	position: absolute;
	text-align: center !important;
	line-height: 38px;
	right: 0px;
	top: 0px;
	z-index: 2;
	color: #fff;
	height: 42px;
	width: 42px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	font-size:18px;
	border: none;
	outline: none;
	padding:0px;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.subscribe_button{
	background-color:#D91E29;
	
}

#subscribe input[type=text]{
	width:100%;
	box-sizing:border-box;
	margin-top:5px;
	padding:5px 10px;
	font-size:16px;
	background-color:#ddd;
	border:none;
}
#subscribe button{
	border:none;
	font-size:16px;
	padding:10px;
	width:100%;
	cursor:pointer;
}


.page-content .iframe{
	width:100%!important;	
}

a.whatsappMsgBtn{
	background-color: #44BC37;
	color: #fff !important;
	display: inline-block;
	font-size: 13px;
	border-radius: 2px;
	padding: 8px 15px 10px 14px;
	font-size: 15px;
	line-height: 1.3;
	
}

a.whatsappMsgBtn2{
	background-color: #44BC37;
	color: #fff !important;
	display: inline-block;
	font-size: 13px;
	border-radius: 2px;
	padding: 8px 15px 10px 14px;
	font-size: 15px;
	line-height: 1.3;
	
}

a.whatsappBtn{
	background-color: #44BC37;
	color: #fff !important;
	padding: 3px 10px 4px 10px;
	margin: 1px 2px 1px 2px;
	display: inline-block;
	line-height: 1.1;
	font-size: 13px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;	
}
a.whatsappBtn2{
	background-color: #44BC37;
	color: #fff !important;
	padding: 3px 10px 4px 10px;
	margin: 1px 2px 1px 2px;
	display: inline-block;
	line-height: 1.1;
	font-size: 13px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;	
}

.header-member-design{
	text-transform:capitalize;
	position:absolute;
	right:48px;
	top:0px;
}
.header-member-design2{
	text-transform:capitalize;
	position:absolute;
	right:48px;
	top:0px;
}

.header-member-menu{
	text-transform:capitalize;
	position:absolute;
	top:40px;
	width:100%;
	color:black;
	background-color:white;
	border-bottom:solid 1px #ccc;
	z-index: 30;
}

.header-member-menu::before {
    content: url(/images/login-triangle.png);
    position: absolute;
    top: -23px;
    right: 80px;
	z-index: 30;
}

.order_title{
box-sizing: border-box;
background-color: #f1f1f1;
padding: 12px 10px 8px 10px;
font-weight: normal;
line-height: 1.3;
vertical-align: bottom;
width: 100%;
display: block;
margin-bottom: 8px;
}
.quotation_ul li {
padding: 10px 12px 12px 12px;
    display: block;
    float: left;
    width: 100%;
    margin: 0px;
        margin-bottom: 0px;
    margin-bottom: 15px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.quotation_ul_header {
    border-bottom: 1px solid #e7e7e7;
    color: #666;
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 1.1;
    padding-top: 0px;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.quotation_ul_content {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

.quotation_ul_footer {
    font-size: 10px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
	display:block;
	padding:0px;
	
}

.check_order {
    position: absolute;
    top: 2px;
    right: 0px;
    font-size: 12px;
}
.content_block{
	overflow: hidden;
	background-color: #fff;
	padding: 10px;
	position: relative;
	display: block;
	border: 1px solid #e9e9e9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(233, 233, 233);
	border-bottom: 1px solid #e9e9e9;
}

.quotation_location {
    padding: 8px 0px;
    border-top: 1px solid #e7e7e7;
    line-height: 1.4;
}

.S_inquiry_to {
    color: #555;
    font-family: 'Arial', 'Microsoft YaHei', 'Hiragino Sans GB', 'Microsoft JhengHei';
    font-size: 12px;
}
.S_inquiry_to, .S_inquiry_subject {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 5px;
}
.S_inquiry_to, .S_inquiry_subject, .S_inquiry_date, .S_inquiry_message, .S_inquiry_attachments, .S_inquiry_footer {
    display: block;
    padding: 8px 0px;
}
.S_inquiry_subject {
    font-family: 'segoe_uisemibold', 'Microsoft YaHei', 'Hiragino Sans GB', 'Microsoft JhengHei', arial;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2;
}
.S_inquiry_date {
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    font-size: 11px;
    margin-top: 5px;
	padding: 0px;
}

.Inq_history td.inq_product_image_col {
    width: 130px;
    text-align: center;
    border-right: 1px solid #e6e6e6;
}
.Inq_history td {
    border-bottom: 1px solid #e6e6e6;
}
.Inq_history td.inq_product_image_col img {
    max-width: 130px;
    margin: 0px;
    max-height: 85px;
}

.Inq_history td.inq_product_image_title {
    vertical-align: top;
    background-color: #fafafa;
    padding: 8px;
    font-size: 13px;
    font-family: 'Arial', 'Microsoft YaHei', 'Hiragino Sans GB', 'Microsoft JhengHei';
    color: #555;
	font-weight:bold;
}
.S_inquiry_message {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 5px;
    font-size: 13px;
    color: #555;
    padding-bottom: 15px;
}
.S_inquiry_to em, .S_inquiry_subject em, .S_inquiry_date em, .S_inquiry_message em, .S_inquiry_attachments em, .S_inquiry_footer em {
    display: block;
    font-style: normal;
    font-family: 'segoe_uiitalic', 'Microsoft YaHei', 'Hiragino Sans GB', 'Microsoft JhengHei', arial;
    margin-bottom: 5px;
    color: #888;
}
.S_inquiry_footer strong {
    color: #444;
    font-family: 'segoe_uisemibold', 'Microsoft YaHei', 'Hiragino Sans GB', 'Microsoft JhengHei', arial;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}
.rounded {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.product_order_info td {
    border-bottom: 0px solid #e6e6e6;
    font-size: 12px;
}

.price_color{
	color:#C62913;
}

.back_btn {
    font-family: 'segoe_uiregular','Microsoft YaHei','Hiragino Sans GB','Microsoft JhengHei', Arial, Helvetica, sans-serif;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #ddd;
    color: #666;
    padding: 9px 15px 7px 10px;
    text-decoration: none !important;
    cursor: pointer;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
	background-color:#fff;
}
.back_btn {
    position: absolute;
    top: 0px;
    right: 0px;
}

.content_title {
    font-size: 22px;
    color: #d83830;
    position: relative;
    margin-bottom: 15px;
    padding-left: 5px;
    padding-top: 7px;

}

.line {
    background-color: #e4e4e4;
    display: block;
    height: 1px;
    margin: 5px 0px;
}

a.normal_button{
	background-color: #375895;
	padding: 8px 14px;
	color: #FFF;
	border-radius: 3px;
	box-sizing:border-box;
	font-size: 12px;
	text-align:center;
	display:block;
	width:100%;
	
}

address.shipping_info {
    display: none;
}


address.billing_info {
    display: none;
}

.coupon_theme {
    padding: 10px 10px 8px 10px;
    line-height: 1;
    background: #f39c12;
    text-align: center;
    border: 1px dashed #fff;
    font-size: 21px;
    font-family: 'Arial','Microsoft YaHei','Hiragino Sans GB','Microsoft JhengHei', Helvetica, sans-serif;
    color: #fbe584;
    font-weight: bold;
    margin: 10px 0px 0px 0px;
}

.discount_name {
    font-family: 'segoe_uisemibold','Microsoft YaHei','Hiragino Sans GB','Microsoft JhengHei', Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #d83830;
    text-align: left;
    padding: 0px;
        padding-right: 0px;
    padding-right: 40px;
}
.exp_date {
    font-family: 'Arial','Microsoft YaHei','Hiragino Sans GB','Microsoft JhengHei',Helvetica, sans-serif;
    color: #666;
    font-size: 13px;
}
.coupon_theme > small {
    font-size: 11px;
    line-height: 1.2;
    margin-top: 6px;
    display: block;
    color: #888;
    font-family: 'Arial','Microsoft YaHei','Hiragino Sans GB','Microsoft JhengHei',Helvetica, sans-serif;
}


.fontx1_5{
	font-size: 1.5em;
}
.fontx2{
	font-size: 2em;
}
.fontx3{
	font-size: 3em;
}
.fontx4{
	font-size: 4em;
}
.textcenter{
	text-align: center;
}
.textleft{
	text-align: left;
}
.textright{
	text-align: right;
}
.txt-content{
	padding: 20px;
	position: relative;
	z-index: 2;
}
.animated.delay1{
	animation-delay:0s
}
.animated.delay2{
	animation-delay:.2s
}
.animated.delay3{
	animation-delay:.4s
}
.animated.delay4{
	animation-delay:.6s
}

section[class^="section_"]{
	float: left;
	width: 100%;
	overflow-y: hidden;
  background-size: cover
}
section[class^="section_"] a{
	color: #fff;
}
.parallax_bg{
  background-attachment: fixed; /*iOS phone does not support*/
	/*background-attachment: scroll;*/
	background-position: center;
	background-repeat: no-repeat;
  background-size: cover;
}
@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */ 
  .parallax_bg{
    background-attachment: scroll !important;
  }
}

.hover-target .flyup{	transition: transform .3s ease-in-out; }
.hover-target:hover .flyup{	transform: translatey(-10px); }
.hover-target .zoomout{	transition: transform .3s ease-in-out; }
.hover-target:hover .zoomout{	transform: scale(1.3); }
.hover-target:hover .animate{ animation : 1s .2s bounce both; }
.hover-target .flipcontent{	transition: transform .8s ease-in-out; }
.hover-target:hover .flipcontent{	transform: rotateY(360deg); }

.section_1{
	padding: 50px 0;
}
.section_2{
	padding: 50px 0 30px 0;
	background-image: url(https://www.newpages2u.com/img/1528789674sectionbgfull_1.jpg);
}
.section_3{
	background-color: white;
	color:#333;
}
.section_4{
}
.section_5{
	padding: 50px 0;
	background-size: cover;
}
.section_6{
	padding: 50px 0;
	background-size: cover;
}
.section_7{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.content-bg-left{
	background-image: url(https://www.newpages2u.com/img/1528797246sectionbg_2.jpg);
	background-position: 50% left;
}
.content-bg-right{
	background-image: url(https://www.newpages2u.com/img/1528797246sectionbg_2.jpg);
	background-position: 50% right;
}
.col-no-bmargin .columns{
	margin-bottom: 0px;
}
.row.col-no-gutter .columns{
	margin: 0px;
	padding: 20px;
}
.row.col-no-padding .columns{
	padding: 0px;
}
.row.col-no-gutter .four.columns{
	width: 33.333333%;
}
.row.col-no-gutter .three.columns{
	width: 25%;
}
ul.v-list, ul.v-list li{
	margin: 0 !important;
	padding: 0 !important;
	display: inline-block;
	box-sizing: border-box;
}
ul.v-list{
	width: 100%;
	margin:20px 0 !important;
}
ul.v-list li{
	width: 45%;
	padding: 2px 0;
}
.btn-square{
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	padding: 10px 20px;
	display: inline-block;
	position: relative;
	transition: all 0.2s ease-in-out;
	margin-top: 30px;
}
.btn-square:hover{
	text-decoration: none;
	background-color: #fff;
	color:#000;
}
.bordered-box{
	border-width: 2px;
	border-style: solid;
	padding: 50px;
	margin: 20px;
}
.show-content{
	display: block;
	position: relative;
	overflow: hidden;
}
.show-content .content-holder{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 100px;
	transform: scale(0);
	opacity: 0;
	transition: all .2s ease-in-out;
	z-index: 1;
	background-color: rgba(255,255,255,0.7);
  color: #000;
}
.show-content .content-holder.black{
	background-color: rgba(0,0,0,0.7);
  color: #fff;
}
.show-content:hover .content-holder{
	opacity: 1;
	transform: scale(1);
}
.round-img{
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 50%;
	background-size: cover;
	border: 5px solid rgba(255,255,255,0.2);
}

.iframe100{
	width: 100%;
}
.videobg {
	position: absolute;
	right: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}
.videocover{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
}



@media only screen   
and (max-device-width : 320px)  {  
.android_word{
		font-size:9px;
	}
a.button_design{
	font-size: 9px;	
}	
}  

.btn-item-received{
    cursor: pointer;
    width: 100%;
    border: none;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    border-radius: 5px;
}
#whatsapp-float-icon,#fbmessenger-float-icon{
  position: fixed;
  bottom: 25px;
  font-size: 40px;
  text-align: center;
  z-index: 21;
  border-radius: 50%;
  color:#fff;
  width: 40px;
  height: 40px;
  padding: 10px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
#whatsapp-float-icon{
  left: 25px;
  background-color: rgb(29, 176, 9);
}
#fbmessenger-float-icon{
  right: 25px;
  padding: 10px;
  background-color: #0084FF;
}
#android_apps_download{
  z-index: 22;
}
.fixed_bottom_social{
  z-index: 18 !important;
}
.google-category{
  border: 1px dashed #666;
  padding: 10px;
  margin-bottom: 10px;
}
.google-category .google-cat{
  padding: 5px 10px;
  display: inline-block;
  background-color: #ddd;
  margin: 0 5px 5px 0;
}

.cart_price.product-price{
  color:#D71D28;
}
.addtocart .product-spec{
  font-size: 12px;
}

.news-listing .news-img{
  position: relative;
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
}
.news-listing .news-img:after{
  content:" ";
  display: block;
  padding-bottom: 100%;
}
.news-listing .news-img img{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.news-listing .tag-news-item{
  display: table !important;
  position: relative;
  width: 100%;
}
.news-listing .tag-news-item .news-img{
  display: table-cell !important;
  width: 50%;
  border:1px solid #ddd;
  border-radius: 50%;
}
.news-listing.v2 .tag-news-item .news-img{
  border-radius:0;
  border:none;
}
.news-listing.v2 .tag-news-item .news-img:after{
  content:" ";
  display: block;
  padding-bottom: 0;
}
.news-listing.v2 .tag-news-item .news-inner-img{
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: 50% 50%;
  border:1px solid #ddd;
  box-sizing: border-box;
}

.news-listing .tag-news-item .tag-news-body{
  display: table-cell !important;
  width: 50%;
  vertical-align: top;
  padding: 10px;
}
.news-listing .tag-news-item .news-title{
  width: 100%;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.news-listing .tag-news-item .news-title a{
  color:#333;
}
.news-listing .tag-news-item .news-date{
  background-color: #000;
  color:#fff;
  display: inline-block;
  padding: 5px;
  margin-bottom: 5px;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
  width:3em;
  height: 3em;
  text-align: center;
  line-height: 1.1em;
}
.news-listing .tag-news-item .news-date .day{
  font-size: 16px;
  line-height: 1em;
  font-weight: bold;
}
.news-listing .tag-news-item .news-descr{
  word-break: break-word;
}

.general-slider .inner-item{
  width: 100%;
  background-size: cover;
  background-position: 50% center;
  display: block;
}
.general-slider .inner-item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.general-slider .carousel-item-title{
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  background-color: rgba(0,0,0,0.6);
  color:#fff;
  position: absolute;
  bottom: 0;
  left: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.general-slider .owl-nav [class*="owl-"]{
  padding: 0 !important;
}
.general-grid .grid-img-container{
  display: block;
  position: relative;
}
.general-grid .grid-item-img{
  width:100%;
  padding-bottom:100%;
  position: relative;
  background-size: cover;
}
.general-grid .grid-item-title{
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mobile-topspace{
  padding: 15px;
}

.payment_method{
  margin: 10px 0;
  display: none;
}
.payment_method_item{
/*  display: inline-block;*/
  margin-right: 5px;
  margin-bottom: 5px;
}
.payment_method_item > input{
  opacity: 0;
  position: fixed;
  width: 0;
}
.payment_method_item > label{
  padding: 5px 10px;
  border:1px solid #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  opacity: 0.3;
  transition: all .3s ease-in-out;
}
.payment_method_item > label:hover{
  opacity: 1;
}

.payment_method_item > label::before{
  content: " ";
  display: inline-block;
  width: 50px;
  height: 25px;
  background-image: url(https://cdn1.npcdn.net/default_style/gateway.png);
  background-size: cover;
  margin-right: 10px;
  filter: grayscale(100%);
  transition: all .3s ease-in-out;
}
.payment_method_item > label:hover::before{
  filter: grayscale(0);
}
.payment_method_item > label[for="revpay_2"]::before{
  background-position-x: 100px;
}
.payment_method_item > label[for="revpay_3"]::before{
  background-position-x: 250px;
}
.payment_method_item > label[for="revpay_6"]::before{
  background-position-x: 0px;
}
.payment_method_item > label[for="revpay_11"]::before{
  background-position-x: 200px;
}
.payment_method_item > label[for="revpay_15"]::before{
  background-position-x: 50px;
}
.payment_method_item > label[for="revpay_28"]::before{
  background-position-x: 150px;
}
.payment_method_item > input:checked + label{
/*  background-color: #1ab586;*/
  opacity: 1;
}
.payment_method_item > input:checked + label::before{
  filter: grayscale(0);
}
.swal2-content{
  font-size: 12px;
}
.swal2-container{
  padding: 2em;
}
.swal2-styled{
  padding:0.3em 2em;
}
.custom-form{
  padding: 15px;
}
.custom-form input[type="text"], .custom-form input[type="email"], .custom-form textarea{
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
}
.custom-form .input-title{
  font-weight: bold;
}
.custom-form .page-title{
  margin-bottom: 10px;
}

.visit-official-label{
  padding: 10px 0;
  background-color: #d61c28;
  text-align: center;
  display: block;
  width: 100%;
  color: #fff !important;
  text-decoration: none !important;
}
.skiptranslate iframe{
  height: 39px !important;
}