@charset "utf-8";
/* CSS Document */
/************************************************************/
#wrapper{
	background:url(../images/banner/bg.jpg) center top repeat
}
#main_box {
	padding:70px 10px 0px 10px;
}
#main{
	max-width:1100px;
	min-height:500px;
	margin:0 auto;
	margin-bottom:50px;
	padding:52px 0px 0px 0px;
	position:relative;
}
#banner{
	margin:0px;
	position: relative;
	z-index:3;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#banner img{
	max-width:100%;
	height:auto !important;
}
#banner .top{
	left:0px;
	right:0px;
	bottom:-23px;
	position: absolute;
	height: 21px;
	z-index:4;
	background:url(../images/banner/s.png) center top no-repeat;
}
#top_box{
}
#mask{
	background:rgba(0,0,0,0.5);
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:5;
	display:none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.content .line{
	border-bottom:#929AA3 1px dotted;
}
/************************************************************/
#breadcrumbs_box {
	width: 100%;
	height: 35px;
	background: rgba(0,0,0,0.8);
	bottom: 0px;
}
#breadcrumbs {
	color:#555555;
	font-size: 14px;
	line-height:20px;
	height: 20px;
	font-weight: normal;
	word-spacing:5px;
	padding:0 5px 0 0px;
	position:absolute;
	right:10px;
	top:-25px;
	display:inline-block;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index:2;
}
#breadcrumbs:before {
	content:url(../images/home.png);
	height: 13px;
	width: 15px;
	display:inline-block;
	margin-right:5px;
}
#breadcrumbs span {
	color:#555555;
	text-decoration: none;
}
#breadcrumbs img {
	vertical-align: middle;
	padding: 0px 0px;
	margin-bottom:2px;
}
#breadcrumbs a, #breadcrumbs a:visited {
	color:#555555;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#breadcrumbs a:hover {
	color:#555555;
	text-decoration: none;
}
/**************************************************************/
body.active{
	overflow:hidden;
}
body.active #mask{
	display:block;
}
#leftside_btn:hover{
	background:#F60;
}
body.active #leftside_btn{
	right:209px;
	background:#F60;
}
body.active ul.left_menu {
	display:block;
	position:relative;
	background:#FFF;
	padding-bottom:30px;
	overflow:hidden;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 0 0px 0 rgba(0,0,0,0);
	box-shadow: 0 0 0px 0 rgba(0,0,0,0);
}
body.active #leftside{
	width:209px;
	overflow:hidden;
	margin-left:0px;
	padding:0 5px !important;
}
body.active #leftside .btn{
	-webkit-box-shadow: 0 0 0px 0 rgba(0,0,0,0);
	box-shadow: 0 0 0px 0 rgba(0,0,0,0);
}
/**************************************************************/
#leftside{
	width:199px;
	float: left;
	position:relative;
	z-index:4;
	margin-left:5px;
}
#leftside_btn{
	position: fixed;
	width: 24px;
	line-height:1.4;
	right:0px;
	top:170px;
	text-align:center;
	color:#FFF;
	font-size: 13px;
	padding:7px 5px;
	background:rgba(0,0,0,0.5);
	overflow:hidden;
	display:none;
	z-index:6;
	cursor:pointer;
	letter-spacing:1px;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#leftside .btn{
	width: 199px;
	height: 77px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	margin-bottom:15px;
}
#leftside .btn a{
	width: 100%;
	height: 100%;
	display:block;
	text-indent:-9999px;
	background:url(../images/leftnav/btn.png) no-repeat;
}
#leftside .btn a:hover{
	background:url(../images/leftnav/btn_.png) no-repeat;
}
#title{
	height: 70px;
	text-align:center;
	line-height:1;
	position:relative;
	overflow:hidden;
	padding:15px 0 0 0;
	background:url(../images/leftnav/bg1.png) center top no-repeat;
}
#title.bg2{
	text-align:left;
	padding-left:50px;
	overflow:hidden;
	background:url(../images/leftnav/bg2.png) left top no-repeat;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	margin-bottom:30px;
}
#title .cht{
	color:#000000;
	font-size: 24px;
	font-weight: bold;
	/* margin-bottom:5px; */
	margin-top: 10px;
}
#title .en{
	color:#999999;
	font-size: 13px;
}
#title i{
}
#title i:hover{
	color: #1C701B;
}
#title img{
	max-width:100%;
}
#title span{
	font-family: 'Oleo Script', cursive, "Microsoft JhengHei";
	font-size:30px;
	font-weight:bold;
	display:block;
	padding:10px 0 20px 0;
	text-shadow: 0 0 8px #595959;
}
#rightside{
	width:calc(100% - 235px);
	float: right;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
/**************************************************************/

.top_title{
	color:#000000;
	font-size: 18px;
	font-weight: bold;
	max-width:1300px;
	position: relative;
	margin: 0 auto;
	padding:10px 0 8px 35px;
	margin-bottom: 30px;
	background:#FFEC40 url(../images/title_bg.jpg) 0 0 no-repeat;
}
.top_title:after{
	content:url(../images/ar.jpg);
	width: 30px;
	height: 15px;
	left:50%;
	margin-left:-15px;
	bottom:-15px;
	position: absolute;
}
.top_title .en{
	width: 100%;
	font-size: 34px;
	color:#00713F;
	line-height:0.8;
	display: block;
	font-weight: bold;
	letter-spacing:4px;
	font-family:Shonar Bangla;
	vertical-align: middle;
	position: relative;
}
.top_title .cht{
	width: 100%;
	line-height: 1;
	letter-spacing:1px;
	font-size: 20px;
	color:#333333;
	letter-spacing:4px;
	margin-bottom:10px;
	vertical-align: middle;
	position: relative;
	z-index:2;
}
/**************************************************************/
#con_title{
	font-size: 18px;
	color:#0C0C0C;
	line-height:1.6;
	margin-bottom: 25px;
	height:30px;
	padding:1px 15px;
	text-align:center;
	font-weight: bold;
	display:inline-block;
	border:#888888 1px solid;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
#con_title a, #con_title a:visited{
	color: #0C0C0C;
	text-decoration:none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#con_title a:hover{
	color:#3E2A84;
	text-decoration:none;
}
#con_title span{
	color:#0C0C0C;
}
/**************************************************************/
.info_title:before{
	content:'';
	position: absolute;
	border-bottom:#629C60 1px solid;
	left:0px;
	right:0px;
	top:50%;
	margin-top:2px;
}
.info_title:after{
	content:'';
	position: absolute;
	border-bottom:#629C60 1px solid;
	left:0px;
	right:0px;
	top:50%;
	margin-top:-2px;
}
.info_title{
	text-align:center;
	position: relative;
	margin-bottom:30px;
}
.info_title span{
	position: relative;
	display:inline-block;
	padding:0 15px;
	background:#FFF;
	z-index:2;
}
.info_title .en{
	font-family: 'Oleo Script', cursive;
	font-size: 25px;
	line-height:1;
	color:#619B5F;
}
.info_title .cht{
	color:#7F6C3F;
	font-size: 15px;
	font-weight: bold;
	font-family:"Microsoft JhengHei";
}
/**************************************************************/
#list_menu{
	margin:0 -5px;
	margin-bottom:40px;
}
#list_menu li{
	min-width:206px;
	font-size: 15px;
	text-align:center;
	list-style:none;
	height:34px;
	line-height:34px;
	display:inline-block;
	margin:0 5px;
	margin-bottom:5px;
	background:#EEEEEE;
	vertical-align:middle;
}
#list_menu li a{
	width: 100%;
	height: 100%;
	display:block;
	color:#666666;
	background:#EEEEEE;
	padding:0 5px;
	text-decoration:none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#list_menu li a:hover, #list_menu li a.active{
	color:#FFF;
	background:#017141;
}
/**************************************************************/
#conbody > .title{
	height:38px;
	margin-bottom:35px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	line-height:35px;
	border:#D4D4D4 1px solid;
	letter-spacing:1px;
	background:url(../images/news/title.jpg) center top;
}
#conbody{
	color:#3A3A3A;
	line-height: 1.6;
	font-size: 15px;
	margin: 0 auto;
}
/**************************************************************/
@media (max-width: 1300px) {
#main{
	padding-left:10px;
	padding-right:10px;
}
}
@media (max-width: 800px) {
.top_title{
	margin-bottom:30px;
}
#main{
	
}
#leftside_btn{
	display: block;
}
#leftside{
	background:#FFF;
	float:none;
	position:fixed;
	top:0px;
	right:-199px;
	height:100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
body.active #leftside{
	right:0px;
	top:0px;
	padding:0 0px;
	overflow: auto;
	z-index:6;
}
#leftside_btn{
	display: block;
}
#rightside{
	width:100%;
	float: none;
	position:relative;
}
}
@media (max-width: 800px) {
#banner{
	overflow:hidden;
	padding-bottom:106px;
}
#banner img{
	max-width:none;
	width:800px !important;
	display:block;
	left:50%;
	bottom:0px;
	margin-left:-400px;
	position: absolute;
}
}
@media (max-width: 670px) {
#banner img{
	margin-left:-410px;
}
#breadcrumbs {
	right: 25px;
}
.top_title{
	padding-top:20px;
}
}
@media (max-width: 450px) {
.top_title .en{
	width:100%;
}
.top_title .icon{
	display:none;
}
}

.pages2 .send_u{
	width:calc(100% - 40px);
	height:40px;
	color:#FFF;
	font-size: 14px;
	padding-bottom:3px;
	border:none;
	max-width:511px;
	margin:0 auto;
	cursor:pointer;
	margin-bottom:20px;
	background:url(../images/order/send.png) center no-repeat;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.pages2 .send_u:hover{
	background:url(../images/order/send_.png) center no-repeat;
}
