
/*--- slider-css --*/
.slider {
	position: relative;
}
.slider1 {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
	width: 100%;
  }
.rslides li:first-child {

  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width:100%;
  border: 0;
  }
.caption1{
	position: absolute;
	top: 10%;
	left: 28%;
	text-align:center;
	z-index:999;
}
.caption h2{
	color: #ffffff;
	line-height: 1.5em;
	font-size: 3.8em;
	text-align: center;
	text-transform: capitalize;
	font-weight: 300;
}
.caption1 h2{
	color: #ffffff;
	line-height: 1.5em;
	font-size: 3.3em;
	text-align: center;
	text-transform: capitalize;
	font-weight: 300;
}
.callbacks_tabs a:after {
	content: "\f111";
  	font-size: 0;
  	font-family: FontAwesome;
 	 visibility: visible;
 	 display: block;
  	height: 16px;
  	width: 16px;
  	display: inline-block;
 	 background: #c69c30;
 	 border: 3px solid #fff;
  	border-radius: 50%;
 }
.callbacks_here a:after{
	border: 3px solid #fff;
	background:#1d1d1d;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 10%;
	z-index: 999;
	left: 47%;
}
ul.callbacks_tabs.callbacks2_tabs {
	position: absolute;
	bottom: 10%;
	z-index: 999;
	left: 45%;
}


h3 {
	background: url(../img/oo.png) no-repeat left;
	background-size: contain; 
	line-height: 35px;
	 padding-left: 60px;
	height: 35px;
	font-size: 2vw;

}

.navbar-brand {width: 15%;}
.lazyOwl {
	padding: 20px 40px;
}
.lazyOwl1 {
	padding: 20px 30px;
}
.showmenu {
	display: none;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
	
}
.showmenu a {color: #222222;}
.showmenuli {
	display: inline; float: left; width: 20%;border: 1px solid #ffdi00; border-radius: 20px 20px; height: 27px; background-color: #ffd100; text-align: center;
	
}

.search1 {
    position: relative;
    padding: 5px 15px;
    width: 450%;
    border: 1px solid #bababa;
	border-radius: 20px 20px;
    float: right;
	background: url(../img/search-1.png) no-repeat right center;
	background-color: #eee;
}
.search1 input[type="submit"] {
    background: transparent;
    top: 3px;
    right: 10px;
    height: 29px;
	border: none;
    cursor: pointer;
    position: absolute;
    outline: none;

}
.search1 input[type="text"] {
	 background: transparent;
}
.slider1 {
	display: block;
}
.slider2 {
	display: none;
}
.itembox {
	margin-top: 20px;
	font-family: Arial, "sans-serif";
	color: #1F1F1F;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}
.boxleft {
	float: left; 
	width: 13%; 
	padding-top: 8px; 
	padding-right: 10px;
}
.boxright {
	float: left; 
	width: 87%;
}
.itemleft {
	float: left;
	font-size: 18px;
	font-weight: 700;
	margin-top: 8px;
}
.itemright {
	float: left;
	font-size: 18px;
	font-weight: 600;
	margin-top: 8px;
	margin-left: 15px;
}
.itemleft-s {
	line-height: 18px;
	font-size: 16px;
	font-weight: 700;
	margin-top: 3px;
}
.addre {
	color: #000;
}
.oprice {
	text-decoration: line-through; color: #666;
	font-size: 18px;
	font-weight: 700;

}
.nprice {
	color: #111;
	font-size: 18px;
	font-weight: 700;
	margin-right: 8px;
}
.off {
	background-color: #f7a302;
	color: #fff;
}
.price {
	margin: 6px 0px 0px;
}
.web a {
	color: #f7a302;
}
.cu {
	margin-top: 4px;
}
.joint {
	width: 300px;
    margin: 10% auto;

	font-family: Helvetica;
	color: #000;
	font-style: normal;
	font-weight: 800;
	font-size: 28px;
	line-height: 30px;
	/* or 100% */

	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: -0.015em;
}
.contact {
	width: 80%;
	margin: 0 auto;
}
.contact input[type="text"], .contact input[type="email"], .contact textarea, .contact select{
    width: 100%;
    color: #000;
    background: #fff;
    outline: none;
    font-size: 1em;
    padding: .4em 1em;
    margin-bottom: 1.1em;
    border: solid 1px #fff;
    -webkit-appearance: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; 
	font-family: 'Helvetica', sans-serif;
}
.contact textarea {
    resize: none;
    min-height: 12em;
}
.contact input[type="submit"] { 
    outline: none;
    color: #fff;
    padding: .4em 4em;
    font-size: 1em; 
    -webkit-appearance: none;
    background: #000;
	border: solid 1px #000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
	font-family: 'Yantramanav', sans-serif;	
}
.contact input[type="submit"]:hover {
    background: #000;
    color: #fff;
    border-color: #fff;
}
::placeholder { /* CSS 3 標準 */

  color: #999;

}

::-webkit-input-placeholder { /* Chrome, Safari */

  color: #999;

}

:-ms-input-placeholder { /* IE 10+ */

  color: #999;

}

::-moz-placeholder { /* Firefox 19+ */

  color: #999;

  opacity: 1;

}
.how1 {
	display: block;
	width: 100%;
}
.how2 {
	display: none;
	width: 100%;	
}
.texta {
	font-size: 36px;
}
.textb {
	font-size: 24px; line-height: 35px;
}
.seeall {
	float: right; 
	font-size: 16px; color: #28a745;font-weight: normal;vertical-align: middle; 
}
.seeall a {
	color: #000;
}
.g2 {
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 16px;
	font-weight: normal;
	padding: 0px 2px;
	color: #000;
	border: 1px solid #eee;
    border-radius: 20px 20px;
	background-color: #eee;
}
.more {
	width: 40px;
}
@media (max-width: 1600px) { 
.search1 {
	width: 250%;
	}
}
@media (max-width: 991px) {
	.navbar-brand {width: 29%;}
	.lazyOwl {
	padding: 10px;}
	h3 {padding-left: 30px;
	height: 15px;}
	h4 {font-size: 12px;}
	.rslides img {
		height: 170px;
		width: 180%;
		margin-left: -180px;
	}
	.showmenu {
	display: block;
	}
	.slider1 {
		display: none;
	}
	.slider2 {
		display: block;
	}
	h3 {
		font-size: 4.5vw;
		line-height: 16px;
	}
.lazyOwl1 {
	padding: 4px 5px;
	}
	
.how1 {
	display: none;
	width: 100%;
}
.how2 {
	display: block;
	width: 100%;	
}
.texta {
	font-size: 26px;
}
.textb {
	font-size: 16px; line-height: 20px;
}	
.itemleft-s {
	line-height: 16px;
	font-size: 13px;
	font-weight: 700;
	margin-top: 2px;
}
.search1 {
	width: 100%;
}
	.more {
		width: 18px;
	}
	.col-sm-6 {
		width: 50%;
		padding-right: 5px;
		padding-left: 5px;		
	}
	.col-sm-4 {
		width: 33.333%;
		padding-right: 5px;
		padding-left: 5px;		
	}	
	.col-sm-3 {
		width: 25%;
		padding-right: 5px;
		padding-left: 5px;		
	}		
}
	


