@font-face{
	font-family: "Microsoft JhengHei","微軟正黑體","STHeiti";
}

body{
	font-size: 1.6rem;
	line-height: 1.6;
	font-family: "Microsoft JhengHei","微軟正黑體","STHeiti";
}
a{
	color: inherit;
	text-decoration:none;
}
/*以下給IE警告視窗*/
.iewarning{
	text-align: center;
	padding: 30px;
	background-color: #f2dede;
	border:1px solid #d00000;
	z-index: 10;
}
.iewarning a{
	color: blue;
}

/*以下 pc 選單*/
#cvus-nav{
	height: 100px;
}
#cus-nav,#cus-m-nav{
	width: 100%;
	width: 100vw;
	position: fixed;
	top: 0;
	z-index:5;
}
.cus-language{
	width: inherit;
	height: 30px;
	background-color: #0a537b;
	font-size: 1.4rem;
	color: white;
	display: flex;
	align-items: center;
}
.cus-language p,.cus-language a{
	margin: 0;
}
.cus-language a{
	color:#ccc;
}
#cus-nav .cus-language .active{
	color: white;
}
.cus-language i{
	margin-right: 10px;
}
.cus-nav-menu{
	width: inherit;
	height: 70px;
	background-color: white;
	-webkit-box-shadow: 0px 2px 31px -10px rgba(168,168,168,1);
    -moz-box-shadow: 0px 2px 31px -10px rgba(168,168,168,1);
    box-shadow: 0px 2px 31px -10px rgba(168,168,168,1);
}
#cus-nav .cus-nav-logo{
	height: 70px;
}
.cus-nav-logo{
	display: flex;
	align-items: center;
}
.cus-nav-logo img{
	max-width: 100%;
	max-height: 100%;
}
.cus-nav-menu ul{
	list-style: none;
	height: 70px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cus-nav-menu li{
	display: inline-block;
}
.cus-nav-menu i{
	color: #0097a6;
}
.cus-nav-menu a{
	padding:5px 0;
	border-bottom: 1px solid rgba(0,0,0,0);
	display: block;
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.cus-nav-menu .cus-nav-spcolor,.cus-nav-menu .cus-nav-spcolor i{
	color: #fa7900;
}
.cus-nav-menu .active a{
	color: #0097a6;
	border-bottom: 1px solid #0097a6;
}
.cus-nav-menu a:hover{
	color: #0097a6;
	border-bottom: 1px solid #0097a6;
}
.cus-nav-menu a:hover i{
	color: #0097a6;
}
.cus-nav-menu .cus-nav-logo a{
	height: inherit;
	display: flex;
	align-items: center;
	padding: 0;
	border-bottom: none;
}
.cus-nav-menu .cus-nav-logo a:hover{
	border-bottom: none;
}

/*以下行動選單*/

#cus-m-nav{
	height:60px;
	background-color: white;
	-webkit-box-shadow: 0px 2px 31px -10px rgba(168,168,168,1);
    -moz-box-shadow: 0px 2px 31px -10px rgba(168,168,168,1);
    box-shadow: 0px 2px 31px -10px rgba(168,168,168,1);
}
#cus-m-nav .cus-nav-logo{
	height: 60px;
}
#cus-m-nav .cus-nav-logo a{
	height: inherit;
	display: flex;
	align-items: center;
}
#cus-m-nav .cus-menu-bar{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 60px;
}
#cus-m-menu-close{
	position: fixed;
	z-index: 100;
	top:60px;
	width: 100vw;
	right: -100vw;
	left: 100vw;
	opacity: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,155,166,0.95);
	-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#cus-m-menu .open{
	opacity: 1;
	right: 0;
	left: 0;
}
.cus-m-menu-item{
	margin: 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	text-align: center;
	color: white;
}
.cus-m-menu-item a{
	width: 90vw;
	padding: 10px;
	display: block;
}
#cus-m-menu .cus-m-language{
	border-bottom: none;
	width: 90vw;
}
#cus-m-menu .cus-m-language a{
	padding:5px 10px;
	width: auto;
	display: inline-block;
}
#cus-m-menu .cus-m-language:hover{
	background-color: unset;
}
.cus-m-menu-item:hover,#cus-m-menu ,.cus-m-language a:hover{
	background-color: rgba(255,255,255,0.3);
}
#wrapper .no-touch{
	overflow: hidden;
	height: 90vh;
}
/*menu bar start*/
/* Icon 1 */

#nav-icon1 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #0097a6;
  border-radius: 9px;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 10px;
}

#nav-icon1 span:nth-child(3) {
  top: 20px;
}

#nav-icon1.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  right: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/*menu bar end*/


/*以上是選單*/

#cus-force-change a:hover{
    border-bottom: 1px solid #0097a6;
    color: #0097a6; 
    cursor:pointer;
}
#page-content-wrapper{
	margin-top: 100px;
}
.cus-slider{
	height: 65vh;
	width: 100vw;
	overflow: hidden;
	position: relative;
}
.cus-slider-item{
	position: relative;
	height: 65vh;
	width: inherit;
	overflow: hidden;
}
.cus-slider-bg{
	height: inherit;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	filter: brightness(0.9);
}
.cus-slider-item h3{
	position: absolute;
	top: 50%;
	left:50%;
	width: 70vw;
	text-align: center;
	transform: translate(-50%,-50%);
	color: white;
	font-size: 5rem;
    filter: drop-shadow(5px 5px 5px #000);
}
.cus-slider .owl-dots{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
#cus-owl-slider .owl-dots span{
	background-color: rgba(0,0,0,0);
	border: 1px solid white;
}
#cus-owl-slider .owl-dots .active span{
	background-color: rgba(255,255,255,1);
	border: 1px solid white;
}
#cus-owl-product{
	margin:60px 0;
}
#cus-owl-product .owl-dots span{
	background-color: rgba(0,0,0,0);
	border: 1px solid rgb(0, 151, 166);
}
#cus-owl-product .owl-dots .active span{
	background-color: rgb(0, 151, 166);
	border: 1px solid rgb(0, 151, 166);
}
.cus-slogan{
	top: 35vh;
}
.cus-title{
	padding: 0;
}
.cus-title-adjust{
	height: 100px;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cus-title-adjust h2{
	color: #054f78;
	display: inline-block;
	margin: 0;
}
.cus-title-adjust small{
	color: #054f78;
	margin: 0;
}
.cus-title-adjust hr{
	/*display: inline-block;*/
	width: 100%;
	border-top: 1px solid #054f78;
	margin: 0;
}
.cus-about{
	margin: 30px 0;
}
.cus-about p{
	font-size: 1.6rem;
}
.cus-img{
	text-align: center;
    /*margin-bottom: 10%;*/
}
.cus-img img{
	width: 100%;
}
.cus-btn{
	display: inline-block;
	text-align: center;
	margin-top: 20px;
}
.cus-btn-bgcolor{
    padding: 10px 30px;
	font-size: 2rem;
	border: 1px solid rgba(255,255,255,0);
	color: white;
	display: inline-block;
	cursor: pointer;
	background-color: #fa7900;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.cus-btn-bgcolor:hover {
	background-color: white;
	color:#fa7900;
	border:1px solid #fa7900;
}
.cus-product{
	width: 90%;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	border:1px solid rgb(220, 220, 220);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.cus-product-img{
	padding-bottom: 100%;
	background-color: white;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.cus-product-text{
	width: 100%;
	height: 65px;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid rgb(220, 220, 220);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.cus-product-text p{
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
	max-height: 48px;
	padding: 0;
	margin:0;
	width: 100%;
}

.cus-news-bg{
	background-image: url(news-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.cus-news{
	background-color: rgba(255,255,255,0.9);
	position: relative;
	margin:0 0 30px 0;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.cus-news .row{
	position: relative;
}
.cus-news hr{
	border-bottom: 1px solid rgba(51,51,51,0.4);
	width: 80%;
	display: block;
	margin-top: 0.5rem;
}
.cus-news h3{
	text-align: center;
}
.cus-news .text-center{
	margin:1rem auto;
}
.cus-news-content p{
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	max-height: 46px;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.cus-news:hover{
	background-color: rgba(255,255,255,1);
	color: #0097a6;
}
.cus-news:hover hr{
	border-bottom:1px solid #0097a6;
}
.cus-map{
	position: relative;
	height: 0;
	padding-bottom: 75%;
	overflow: hidden;
}

.cus-adjust-height{
	padding-top: 30px;
	padding-bottom: 30px;
}

.cus-contact hr{
	border: 1px solid rgba(0,0,0,0.4);
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	width: 100%;
}
.cus-contact ul{
	list-style-type: none;
	padding-left: 0;
	line-height: 2;
}
.cus-footerbar{
	color: white;
	background-color: #0a537b;
	height:50px;
	font-size: 1.4rem;
}
.cus-body-notouch{
	overflow: hidden;
}

/* page title css*/
#cus-page-title{
	background-color: #F2F2F2;
}
#cus-page-title .cus-title{
	padding:0;
}
#cus-page-title .cus-title-adjust{
	margin: 0;
}
#cus-page-title .cus-title-adjust h2{
	margin: 0;
}


/*about page css*/

#cus-about-content{
	min-height:100vh;
	min-height: calc(100vh - 180px);
	padding: 30px 15px 60px 15px;
}


/*product page css*/
#cus-product-content{
	min-height: 100vh;
	min-height: calc(100vh - 180px);
	padding:30px 15px 60px 15px;
}
#cus-product-content .cus-product{
	width: 100%;
	margin: 15px 0;
}
.cus-product-side-menu{
	margin-top: 15px;
	overflow: hidden;
}
.cus-product-side-menu h3{
	display: inline-block;
	width: 100%;
	padding:10px;
	background-color: #0097a6;
	text-align: center;
	margin: 0;
	color: white;
}
.cus-product-side-menu ul{
	list-style: none;
	padding: 0;
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.cus-product-side-menu ul li{
	padding: 10px 15px 5px 15px;
	border-bottom: 1px solid #ccc;
}
.cus-product-side-menu ul li a{
	display: inline-block;
	display: flex;
	width: 100%;

}
.cus-product-side-menu ul li i{
	width: 0;
	overflow: hidden;
}
.cus-product-side-menu ul li span{
	padding-left: 5px;
	display: inline-block;
	overflow: hidden;
	width: 100%;
}
.cus-product-side-menu ul li:hover{
	color:#0097a6;
}
.cus-product-side-menu ul li:hover i{
	width: 20px;
	overflow: visible;
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;

}
.cus-product-side-menu .active{
	color:#0097a6;
}
.cus-product-side-menu .active i{
	width: auto;
	overflow: visible;
}
.cus-page-btn{
	text-align: center;
}
.cus-page-btn a{
	display: inline-block;
	margin: 30px 5px;
	padding: 5px 10px;
	color: #0097a6;
	border: 1px solid rgba(0,0,0,0);
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.cus-page-btn span{
	display: inline-block;
	margin: 30px 5px;
	padding: 5px 10px;
	border: 1px solid rgba(0,0,0,0);
	background-color: #0097a6;
	color: white;
	
}
.cus-page-btn a:hover{
	border: 1px solid #0097a6;
}
.cus-page-btn .active {
	
}

/*product intor*/
#cus-product-content .cus-title-adjust hr{
	border-top:1px solid #ccc;
}
.cus-product-intro h3{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
#cus-product-content #imageGallery img{
	max-width: 99%;
	min-width: 99%;
}
#cus-product-content .cus-btn{
	display: block;
	margin: 30px 0;
}
#cus-product-content .cus-btn-bgcolor{
	padding: 0 30px;
	font-size: 1.6rem;
}
#cus-product-content #cus-owl-product{
	margin: 0 0 30px 0;
}
#cus-product-content #cus-owl-product{
	padding: 0 15px;
	overflow: hidden;
}
/*#cus-product-content #imageGallery{
	margin-top: 15px;
}*/
.lSSlideWrapper{
	margin-top: 15px;
	border: 1px solid #0097a6;
	width: 99%;
}
.lSSlideOuter .lSPager.lSGallery li{
	border: 1px solid #0097a6;
}
.lSSlideOuter .lSPager.lSGallery li .thumb{
	background-size: cover;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	display: inline-block;
	width: 100%;
}
#cus-product-content .cus-product-intro-word{
	border-top: 1px solid #ccc;
	margin-top: 30px;
	margin-bottom: 60px;
}


/*contact us*/
#cus-contact-content{
	min-height: 100vh;
	min-height: calc(100vh - 180px);
	padding: 30px 15px 60px 15px;
}
#cus-contact-content h3{
	display: inline-block;
	margin: 30px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #777;
}
.cus-contact-input{
	margin-top: 30px;
}
.cus-contact-map{
	margin: 60px 0;
}
#cus-contact-content .cus-btn{
	float: right;
	width: 100%;
}
#cus-contact-content .cus-btn-bgcolor{
	padding: 3px;
	width: 100%;
	font-size: 1.6rem;
}
.cus-ask-product{
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius: 4px;
    -moz-border-radius-topright: 6px;
    border-radius: 4px;
    border-top-right-radius: 6px;
}
.cus-ask-product-item{
	background-color: #0097a6;
	margin:5px; 
	display: inline-block;
	color: white;
	border: 1px solid #0097a6;
	padding: 0 5px;
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.cus-ask-product-item a{
	display: inline-block;
	padding: 5px;
}
.cus-ask-product-item:hover{
	background-color: white;
	color: #0097a6;
	border: 1px solid #0097a6;
}
.cus-error p{
	color: red;
	text-align: right;
	margin: 0;
	font-size: 1.4rem;
	display: none;
}
#cus-contact-content .cus-code{
	margin-top: 20px;
}

/*news*/
#cus-news-page {
	min-height: 100vh;
	min-height: calc(100vh - 180px);
	padding: 30px 15px 60px 15px;
}
#cus-news-page .cus-news-item{
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#cus-news-page .cus-news-item .cus-news-icon{
	text-align: center;
	font-size: 2rem;
}
#cus-news-page .cus-news-item span{
	border: none;
	padding: 0 0 5px 0;
	margin: 0;
	color: #ababab;
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#cus-news-page .cus-news-item h3{
	border: none;
	padding: 0 0 5px 0;
	margin: 0;
}
#cus-news-page .cus-news-item p{
	margin: 0;
	text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 46px;
}
#cus-news-page .cus-news-item:hover{
	color: white;
	background-color: #0097a6;
	border-bottom: 1px solid #0097a6;
}
#cus-news-page .cus-news-item:hover span{
	color: white;
}

/*news content*/

#cus-news-page .cus-news-title{
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#cus-news-page .cus-news-title .cus-news-icon{
	text-align: center;
	font-size: 2rem;
}
#cus-news-page .cus-news-title span{
	border: none;
	padding: 0 0 5px 0;
	margin: 0;
	color: #ababab;
}
#cus-news-page .cus-news-title h3{
	border: none;
	padding: 0 0 5px 0;
	margin: 0;
}
/*price page*/
.cus-continue-btn{
	text-align: center;
	color: #0097a6;
	margin-top: 60px;
    padding: 3px;
}
.cus-continue-btn a{
	display: block;
}





@media (min-width:992px) {
    .cus-content-imgbg{
	background-image: url(content-bg.jpg);
	background-size: 25%;
	background-repeat: repeat;
	min-height: 100vh;
	min-height: calc(100vh - 180px);
	min-height: -webkit-min-content;
	min-height: -moz-min-content;
	min-height: max-content;
    }
    .cus-content-bg{
    	background-color: white;
    }
	.cus-btn-right{
    float: right;
	padding-right: 30px;
    }
    .cus-news .text-center{
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0 auto;
    }
    .cus-news .text-center p{
    	transform: translateY(-50%);
    	display: block;
    }
    .cus-news hr{
  	display: inline-block;
  	margin:0.5rem auto;
    width:13rem;
    }
    .cus-news h3{
    	text-align: left;
    	margin: 10px 0 0 0;
    }
    .cus-news-content{
    	margin-bottom: 1rem;
    }

    .cus-product:hover {
	border: 1px solid #0097a6;
    }
    .cus-product:hover .cus-product-text{
   	border-top:1px solid rgba(0,155,166,0.8);
   	background-color: #0097a6;
   	color:white;
    }
    .cus-contact h3{
	margin-top:0;
    }
    .cus-footerbar{
	height:40px;
	padding-top: 10px;
	}
    .cus-fix-btn{
	position: fixed;
	bottom: 40px;
	right: 0;
	text-align: center;
	color:white;
	font-size: 2rem;
	z-index: 2;
    }
    .cus-fix-btnbg{
	padding: 0.5rem 4rem;
	background-color: #0097a6;
	border: 1px solid  #0097a6;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }
    .cus-fix-btnbg:hover{
	color: #0097a6;
	padding: 0.5rem 4rem;
	background-color: white;
	border: 1px solid  #0097a6;
    }
    .cus-fix-btnbg2{
    	display: none;
    }
}
@media (min-width:768px) and (max-width: 991px) {
	.cus-nav-logo img{
	max-width: 100%;
	max-height: 100%;
    }
    .cus-slider{
	height: 55vh;
    }
   .cus-slider-item{
	height: 55vh;
    }
	#page-content-wrapper{
	margin-top: 60px;
    }
	.cus-btn-right{
		display: inline-block;
		text-align: center;
		margin-top: 5%;
	}

	.cus-img {		
		margin-bottom: 5%;
	}
	.cus-contact h3{
	margin-top:20px;
    }
    .cus-product:hover {
	border: 1px solid #0097a6;
    }
    .cus-product:hover .cus-product-text{
   	border-top:1px solid rgba(0,155,166,0.8);
   	background-color: #0097a6;
   	color:white;
    }
    .cus-mobile-news-time{
	text-align: center;
	margin: 0;
    }
    .cus-news{
    	padding-bottom: 1rem;
    }
    .cus-news h3{
    	margin-bottom: 0.5rem;
    }
    .cus-fix-btn{
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	color:white;
	font-size: 1.8rem;
	z-index: 2;
	width: 100%;
    }
    .cus-fix-btnbg{
	background-color: #0097a6;
	width: 50%;
	float: right;
	padding: 1rem 0;
    }
    .cus-fix-btnbg2{
	background-color: #fa7900;
	width: 50%;
	float: left;
	padding: 1rem 0;
    }
    .cus-price-btn .cus-fix-btnbg2{
    	width: 100%;
    }
    .cus-footerbar{
    padding:15px 10px 25px 10px;
    margin-bottom: 40px;
    height:auto;
    }

    /*product intro*/
    
    #cus-product-content .cus-btn-bgcolor{
	float: right;
    }
    /*contact*/
    #cus-contact-content h3{
    	margin-top: 60px;
    }
    /*news*/
    #cus-news-page .title h3{
    	width: 100%;
    }
    #cus-news-page .cus-news-page-content{
	padding-left: 0;
    }
}

@media(max-width: 767px){
	.cus-nav-logo img{
	max-width: 100%;
	max-height: 100%;
}
	#page-content-wrapper{
		margin-top: 60px; 
	}
	.cus-slider{
	height: 40vh;
    }
   .cus-slider-item{
	height: 40vh;
    }
	.cus-slider h3{
		font-size: 3rem;
	}
	 #cus-owl-product{
	margin:30px 0;
    }
	.cus-product{
	border:1px solid rgba(0,155,166,0.8);
	}
    .cus-product-text{
   	border-top:1px solid rgba(0,155,166,0.8);
   	background-color: #0097a6;
   	color:white;
    }
    .cus-mobile-news-time{
	text-align: center;
	margin: 0;
    }
    .cus-news{
    	padding-bottom: 1rem;
    }
    .cus-img {		
		margin-bottom: 5%;
	}
    .cus-news h3{
    	margin-bottom: 0.5rem;
    }
    .cus-fix-btn{
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	color:white;
	font-size: 1.8rem;
	z-index: 2;
	width: 100%;
    }
    .cus-fix-btnbg{
	background-color: #0097a6;
	width: 50%;
	float: right;
	padding: 1rem 0;
    }
    .cus-fix-btnbg2{
	background-color: #fa7900;
	width: 50%;
	float: left;
	padding: 1rem 0;
    }
    .cus-price-btn .cus-fix-btnbg2{
    	width: 100%;
    }
    .cus-footerbar{
    padding:15px 10px 25px 10px;
    margin-bottom: 40px;
    height:auto;
    }
    .cus-adjust-height{
	padding-top:10px;
    }
    #sidebar-wrapper .cus-mobile-language a{
    	text-indent: 1rem;
    	padding-right: 1rem;
    }
    .cus-title{
    	padding:0 15px;
    }

    /*product intro*/
    
    /*contact*/
    #cus-contact-content h3{
    	margin-top: 60px;
    }
}
@media(max-width: 767px) and (min-width: 480px){
	#cus-product-col-xs .col-xs-12{
		width: 50%;
	}
}
