@charset "utf-8";
/* CSS Document */

.sh1 {
    font-size: 3rem;
    font-weight: bold;
    color: #585755;
}

.sh3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #5A5657;
}

.widget h4.sh4 {
    font-size: 2.2rem;
    font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

.sstr1 {
    font-size: 1.4rem;
}

#mainmenu select {
	margin-top: 25px;
    padding: 10px;
    height: 36px;
    font-size: 14px;
    border: none;
    background: #fff;
    color: #000;
}

#mainmenu span, header.transparent.header-light #mainmenu span {
    color: #fff;
}

#mainmenu span {
    display: inline-block;
    padding: 0px 0px 25px 20px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    outline: none;
}

#mainmenu span:hover {
    color: #71B129;
    cursor: pointer;
}

#filters li a{
    color: #808080;
    font-size: 1.6rem;
    font-weight: bold;
}

#filters a.selected {
    background-color: #162B7E;
    color: #fff;
}

#view-all-projects {
	background-color: #fff;
}

a.btn-line-black, .de_light a.btn-line-black {
    border: solid 1px #162B7E;
	background-color: #162B7E;
    color: #fff;
}

span.btn-line-green {
	border-radius: 0px;
    border: solid 1px #71B22C;
	background-color: #71B22C;
    color: #fff;
	padding: 6px 24px;
}

span.btn-line-green:hover {
	border-radius: 0px;
    border: solid 1px #203805;
	background-color: #203805;
    color: #fff;
	padding: 6px 24px;
}

span.btn-line-black {
	border-radius: 0px;
    border: solid 1px #162B7E;
	background-color: #162B7E;
    color: #fff;
	padding: 6px 24px;
}

span.btn-line-black:hover {
	border-radius: 0px;
    border: solid 1px #111;
	background-color: #111;
    color: #fff;
	padding: 6px 24px;
}

.green_line {
	display: block;
	width: 50px;
	height: 6px;
	background-color: #71B22C;
	color: #71B22C;
}


/* 詢價單icon */

#mainmenu span#edit_icon {
	padding: 25px 20px 25px 0;
}

.smaller #mainmenu span#edit_icon {
	padding: 17px 10px;
}
/*
#carc {
	display: inline-block;
    position: fixed;
    text-align: center;
    color: #fff;
    z-index: 999;
    bottom: 0.8rem;
    width: 20px;
    height: 20px;
	right: 60px;
	bottom: 134px;
    border-radius: 50%;
    background-color: #1A2B7C;
    font-size: 12px;
    line-height: 20px;
}
*/

.th {
	background-color: #1A2B7C;
	text-align: center;
	color: #fff;
}

.td {
	text-align: center;
	color: #000;
}

#mainmenu a.act {
    color: #71B129;
    font-weight: bold;
}

.crumb li {
    font-size: 1.6rem;
}

.de_light .widget {
    border-bottom: none;
}
.widget {
    margin-bottom: 60px;
    padding-bottom: 0px;
   	border-bottom: none;
}

#mainmenu {
	float: left;
	margin-right: 20px;
}

#lan {
	display: inline-block;
	float: right;
	margin-top: 28px;
	height: 28px;
    padding: 4px 6px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.smaller #lan {
	display: inline-block;
	float: right;
	margin-top: 20px;
	height: 28px;
    padding: 4px 6px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.de_tab.tab_steps .de_tab_content, .project-name {
    font-size: 1.6rem;
}

.pb-0 {
	padding-bottom: 0px;
}

/* 縮略詞 */
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.show_str {
	font-weight: bold;
	cursor: pointer;
}

#b_content p {
	display: block;
}

#b_content img {
  width: 100% !important;
  height: auto !important;
}


#b_content video, #b_content iframe{
  width: 100% !important;
  height: 315px;
}

/* 修正產品規格開始 */
.img_auto img, .img_auto table {
    width: 100%;
    height: auto;
}
/* 修正產品規格結束 */

#mainmenu li {
   word-break: keep-all;
}

#mainmenu ul.submenu li span {
    display: none;
}


/* 間距設定開始 */
.mt-1 {
	margin-top: 1rem;
}

.mt-2 {
	margin-top: 2rem;
}

.mt-3 {
	margin-top: 3rem;
}

.mt-4 {
	margin-top: 4rem;
}

.mt-5 {
	margin-top: 5rem;
}

.mb-1 {
	margin-bottom: 1rem;
}

.mb-2 {
	margin-bottom: 2rem;
}

.mb-3 {
	margin-bottom: 3rem;
}

.mb-4 {
	margin-bottom: 4rem;
}

.mb-5 {
	margin-bottom: 5rem;
}

.ml-1 {
	margin-left: 1rem;
}

.ml-2 {
	margin-left: 2rem;
}

.ml-3 {
	margin-left: 3rem;
}

.ml-4 {
	margin-left: 4rem;
}

.ml-5 {
	margin-left: 5rem;
}

.mr-1 {
	margin-right: 1rem;
}

.mr-2 {
	margin-right: 2rem;
}

.mr-3 {
	margin-right: 3rem;
}

.mr-4 {
	margin-right: 4rem;
}

.mr-5 {
	margin-right: 5rem;
}

.m-0 {
    margin: 0;
}

.m-1 {
	margin: 1rem;
}

.m-2 {
	margin: 2rem;
}

.m-3 {
	margin: 3rem;
}

.m-4 {
	margin: 4rem;
}

.m-5 {
	margin: 5rem;
}

.mib-a {
    display: inline-block;
    margin: 0 auto;
}
/* 間距設定結束 */
.p-0 {
	padding: 0;
}

.p-1 {
	padding: 1rem;
}

.p-2 {
	padding: 2rem;
}

.p-3 {
	padding: 3rem;
}

.p-4 {
	padding: 4rem;
}

.p-5 {
	padding: 5rem;
}

.ptb-1 {
	padding: 1rem 0;
}

.ptb-2 {
	padding: 2rem 0;
}

.ptb-3 {
	padding: 3rem 0;
}

.ptb-4 {
	padding: 4rem 0;
}

.ptb-5 {
	padding: 5rem 0;
}

.pt-1 {
	padding-top: 1rem;
}

.pt-2 {
	padding-top: 2rem;
}

.pt-3 {
	padding-top: 3rem;
}

.pt-4 {
	padding-top: 4rem;
}

.pt-5 {
	padding-top: 5rem;
}

.pl-1 {
	padding-left: 1rem;
}

.pl-2 {
	padding-left: 2rem;
}

.pl-3 {
	padding-left: 3rem;
}

.pl-4 {
	padding-left: 4rem;
}

.pl-5 {
	padding-left: 1rem;
}

.pr-1 {
	padding-right: 1rem;
}

.pr-2 {
	padding-right: 2rem;
}

.pr-3 {
	padding-right: 3rem;
}

.pr-4 {
	padding-right: 4rem;
}

.pr-5 {
	padding-right: 1rem;
}


.fs-1-4 {
    font-size: 1.4rem;
}

.fs-1-5 {
    font-size: 1.5rem;
}

.fs-1-6 {
    font-size: 1.6rem;
}

.fs-1-7 {
    font-size: 1.7rem;
}

.fs-1-8 {
    font-size: 1.8rem;
}

.fs-1-9 {
    font-size: 1.9rem;
}

.fs-2-0 {
    font-size: 2rem;
}

#mainmenu li li {
    font-size: 1.6rem;
}

.format_but_gray {
	display: inline-block;
	padding: 1rem;
	font-size: 1.2rem;
	border: #9FA0A0 1px solid;
	margin: 0 10px 10px 0;
	cursor: pointer;
}

.format_but_green {
	display: inline-block;
	padding: 1rem;
	font-size: 1.2rem;
	border: #71B22C 1px solid;
	margin: 0 10px 10px 0;
	cursor: pointer;
	background-color: #71B22C;
	color: #fff;
	font-weight: bold;
}

/* 數量加減框 */
#min {
	display: inline-block;
	width: 30px;
	height: 31px;
	text-align: center;
	float: left;
	background-color: #71B22C;
	cursor: pointer;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
}

#text_box {
	display: inline-block;
	width: 100px;
	height: 31px;
	text-align: center;
	float: left;
}

#add {
	display: inline-block;
	width: 30px;
	height: 31px;
	text-align: center;
	float: left;
	background-color: #71B22C;
	cursor: pointer;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
}


/* 數量加減框 */
.min {
	display: inline-block;
	width: 30px;
	height: 31px;
	text-align: center;
	background-color: #71B22C;
	cursor: pointer;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
}

.text_box {
	display: inline-block;
	width: 100px;
	height: 31px;
	text-align: center;
}

.add {
	display: inline-block;
	width: 30px;
	height: 31px;
	text-align: center;
	background-color: #71B22C;
	cursor: pointer;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
}

.del {
	cursor: pointer;
}

#sendmsg {
    display: none;
}

.bg-danger {
    padding: 10px;
    background-color: #f2dede;
    text-align: center;
    border-radius: 4px;
}


/* 輪播廣告 */
.slick-prev, .slick-next {
   width: 31px;
   height: 71px;
}

.slick-next {
    right: 0px;
}

.slick-prev {
    left: 0px;
	z-index: 9999;
}

@media (max-width: 992px) {
	
	.main  {
		margin-top: 80px;
	}
	
	#subheader, .de-navbar-left #subheader {
		padding: 0;
		margin-top: 80px;
	}
	
	header, header.fixed {
		display: block;
		position: fixed;
		margin: 0;
		padding: 0;
		margin-top: 0;
		background: #000000;
		padding: 15px 0 15px 0;
	}
	
	#mainmenu select {
		margin-top: 60px;
		padding: 10px;
		height: 36px;
		font-size: 14px;
		border: none;
		background: #fff;
		color: #000;
	}
	
	header.header-mobile #mainmenu li.no_line {
		border-bottom: solid 0px #eceff3;
		margin: 0;
		width: 100%;
		display: block;
		letter-spacing: 3px;
	}
	
	#mainmenu span {
		padding: 0px;
	}
	
	#mainmenu span#edit_icon {
		padding: 25px 0px;
	}
	
	header.header-mobile #mainmenu > li > span#edit_icon {
		margin: 0;
		width: 100%;
		display: block;
		letter-spacing: 3px;
		text-align: left;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		background: url(../images/) center no-repeat;
	}
	
	header.header-mobile #mainmenu li ul li a {
		border-bottom: solid 1px #fff !important;
	}
	
	header #mainmenu li ul li:first-child {
		border-top: solid 1px #fff;
	}
	
	header.header-mobile #mainmenu li li a {
		font-size: 16px;
	}
	
	ul li:first-child {
		border-bottom: solid 1px #fff;
	}
	
	#lan {
		float: left;
	}
	
}

@media (max-width: 767.98px) {
    
    #mainmenu ul.submenu li span {
        display: inline-block;
    }
	
	.mh {
		display: none;
	}
	
	#b_content video, #b_content iframe{
	  width: 100% !important;
	  height: auto !important;
	}
	
}
