<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Imagination by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

@charset 'UTF-8';

@font-face{font-family:'FontAwesome';src:url('font/fontawesome-webfont.eot?v=4.0.1');src:url('font/fontawesome-webfont.eot?#iefix&amp;v=4.0.1') format('embedded-opentype'),url('font/fontawesome-webfont.woff?v=4.0.1') format('woff'),url('font/fontawesome-webfont.ttf?v=4.0.1') format('truetype'),url('font/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		background: #111111 url(images/main-wrapper-bg.jpg) repeat;
	}

	body,input,textarea,select
	{
		font-family: å¾®è»Ÿæ­£é»‘é«”;
		font-size: 13pt;
		font-weight: 300;
		line-height: 1.75em;
		color: #303030;
	}

	h1,h2,h3,h4,h5,h6
	{
		font-weight: bold;
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			color: inherit;
			text-decoration: none;
		}
		
	/* Change this to whatever font weight/color pairing is most suitable */
	strong, b
	{
		font-weight: bold;
		color: #000000;
	}
	
	em, i
	{
		font-style: italic;
	}

	/* Don't forget to set this to something that matches the design */
	a
	{
		text-decoration: none;
		color: #ff0000;
	}
	
	a:hover
	{
		text-decoration: underline;
	}

	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	hr
	{
		border: 0;
		border-top: solid 1px #ddd;
	}
	
	blockquote
	{
		/*border-left: solid 0.5em #ddd;*/
		padding: 1em 0 1em 2em;
		font-style: italic;
		
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}

	header
	{
		margin-bottom: 2em;
	}
	
		header h2
		{
			font-size: 2em;
		}

		header .byline
		{
			display: block;
			margin: 0.5em 0 0 0;
			padding: 0.50em 0 0.5em 0;
			text-transform: uppercase;
			font-size: 1.4em;
		}
		
	footer
	{
		margin-top: 1em;
	}

	br.clear
	{
		clear: both;
	}


	/* Sections/Articles */
	
		section,
		article
		{
			margin-bottom: 2em;
		}
		
		section &gt; :last-child,
		article &gt; :last-child
		{
			margin-bottom: 0;
		}

		section:last-child,
		article:last-child
		{
			margin-bottom: 0;
		}

		.row &gt; section,
		.row &gt; article
		{
			margin-bottom: 0;
		}

	/* Images */

		.image
		{
			display: inline-block;
		}
		
			.image img
			{
				display: block;
				width: 100%;
			}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.full
			{
				display: block;
				width: 100%;
				margin-bottom: 2em;
			}
			
			.image.left
			{
				float: left;
				margin: 0 2em 2em 0;
			}
			
			.image.centered
			{
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}

	/* Lists */

		ul.default
		{
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
			ul.default li
			{
				padding: 0.80em 0em;
				border-top: 1px solid;
				border-color: rgba(255,255,255,.2);
			}
			
			ul.default li:first-child
			{
				padding-top: 0em;
				border-top: none;
			}
			
			ul.default a
			{
				color: rgba(255,255,255,.6);
			}

.list-style1 {
}

.list-style1 li {
	padding: 20px 0px 20px 0px;
	background: url(images/link-style1-divider.png) repeat-x left top;
}

.list-style1 h2 {
	margin: 0px;
	padding: 0px !important;
	letter-spacing: -1px !important;
	font-size: 1.2em !important;
	font-weight: 700;
}

.list-style1 p {
	margin: 0px;
	padding: 0px;
	line-height: 180%;
	font-size: 10pt;
}

.list-style1 img {
	float: left;
	margin-right: 20px;
}

.list-style1 .posted {
	padding: 10px 0px 0px 0px;
	font-size: 8pt;
	font-style: italic;
	color: #A2A2A2;
}

.list-style1 .first {
	padding-top: 0px;
	background: none;
}

.list-style1 blockquote {
	padding: 10px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: italic;
}

/* List style */

.list-style2 {
}

.list-style2 li {
	float: left;
	padding: 5px 5px 0px 5px;
}

.list-style2 img {
	padding: 5px;
	background: #FFFFFF;
}

	/* Buttons */
		
		.button
		{
			position: relative;
			display: inline-block;
			margin-top: 0.5em;
			padding: 1em 1.5em;
			background: #c61732;
			border-radius: 6px;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 1.1em;
			color: #FFF;
			-moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			cursor: pointer;
		}

			.button:hover
			{
				background: #ad142c;
				color: #FFF !important;
				/*text-decoration: none;*/
			}
			
			.medium
			{
				padding: 1em 2em;
				font-size: 1.4em;
			}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header-wrapper
	{
		padding: 0em;
		background: #333 url(../images/banner.jpg) no-repeat ;
		background-size: cover;
	}

	#header
	{
		position: relative;
		background: #FFF;
	}
	
		#header .container
		{
			position: relative;
			padding: 3em 0em;
		}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		position: absolute;
		left: 0em;
		top: 0.2em;
	}
	
		#logo h1
		{
		}
	
		#logo a
		{
			display: block;
			text-decoration: none;
			text-transform: lowercase;
			font-size: 2.4em;
			font-weight: 300;
		}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		position: absolute;
		right: 0em;
		top: 1.1em;
	}

		#nav &gt; ul &gt; li
		{
			float: left;
		}
		
			#nav &gt; ul &gt; li:last-child
			{
				padding-right: 0;
			}

			#nav &gt; ul &gt; li &gt; a,
			#nav &gt; ul &gt; li &gt; span
			{
				display: block;
				margin-left: 0.7em;
				padding: 0.80em 1.2em;
				letter-spacing: 0.06em;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 1.1em;
				outline: 0;
				color: #252525;
			}

			#nav li.active a
			{
				background: #c61732;
				border-radius: 5px;
				color: #FFF;
			}

			#nav li.active a:hover
			{
				color: #FFF;
			}

			#nav li a:hover
			{
				color: #c61732;
			}

			#nav &gt; ul &gt; li &gt; ul
			{
				display: none;
			}
	
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		text-align: center;
		color: #fff;
	}
	
	#banner .fa
	{
	}

		#banner .fa:before
		{
			padding-bottom: 0.50em;
			font-size: 8em;
		}

	#banner .button
	{
	}
	
		#banner .button:hover
		{
		}
	
/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		position: relative;
		background: #fff;
	}

	#main3
	{
		position: relative;
		background: #fff;
		text-align: center;
		padding-top: 2em;
		padding-bottom: 2em;
	}


	#main2
	{
		position: relative;
		background: #fff;
		text-align: center;
		padding-top: 2em;
	}

	#main2 .boxcontent
	{
		text-align: center;
	}

		.homepage #main header,
		.homepage #main
		{
			text-align: left;
		}

		#main h2{
			font-size: 20px;
			padding-bottom: 1em;
			text-align: left;
		}

/*		#main h2 a{
			color: #000080;
		}*/

/*		#main .news a{
			color: #696969;
		}*/

		#main .news li{
			font-size: 18px;
		}
		
		#main .left{
			text-align: left;
		}
		
		#main .button
		{
			display: inline-block;
			margin-top: 4em;
		}
		
		#main .divider
		{
			margin-top: 4em;
			border-bottom: 1px solid rgba(0,0,0,.2);
		}

		#main3 h2{
			font-size: 20px;
			padding-bottom: 1em;
		}	
		.sidebar .default li
		{
			border-color: rgba(0,0,0,.1);
		}
		
		.sidebar .default a
		{
			color: #333;
		}


		.hot{
			color: #FF1493;
		}
	
		#main .news{
		    background: white;
	   		border: 1px solid #eeeeee;
	   		padding-left:0;
		}

		#main .news #title-left{
		    float:left;
		    height:40px;
		}

		#main .news #title-right{
		    float:right;
		    height:40px;
		}

		#main .news .news-title{
		    font-size: 18px;
		    font-weight: bold;
		    padding: 10px 20px;
		    color: #FF6A6A;
			display:inline-block;
		}


		#main .news .news-title a{
		    font-size: 15px;
		    font-weight: normal;
		    color: #7B7B7B;
		}

		#main .news table{
			width:100%;
		    border-top: 5px solid #FF6A6A;
	    	border-bottom: 5px solid #FF6A6A;
		}

		#main .news td{
		    border-bottom: 1px dashed #FF6A6A;
	    	padding: 8px 20px;
	    	font-size:1rem;
		}

		#main .news .content{
			text-align: left;
			font-weight: normal;
		}

		#main .news .date{
			width: 130px;
		}


/*********************************************************************************/
/* Extra                                                                         */
/*********************************************************************************/
	
	#extra
	{
		position: relative;
		background: #f5f5f5;
		text-align: center;
		border-bottom:1px solid #dbdbdb;
		border-top:1px solid #dbdbdb;
	}
	

	#extra header h2
	{
		text-transform: uppercase;
		font-size: 2em;
	}
	
		
	#extra .button
	{
		margin-top: 4em;
	}

	#extra table{
		margin-left:auto; 
		margin-right:auto;		
	}

	#extra td{
		margin-left:auto; 
		margin-right:auto;
		vertical-align: middle;		
	}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
	
	#featured
	{
		position: relative;
		background: url(images/featured-wrapper-bg.jpg) repeat;
		text-align: center;
		color: #FFF;
	}
	
	#featured header
	{
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		position: relative;
		background: url(images/footer-content-wrapper-bg.jpg) repeat;
		color: rgba(255,255,255,.6);
	}
	
	#footer header h2
	{
		text-transform: uppercase;
		font-weight: 600;
		font-size: 1.4em;
		color: #FFF;
	}
	
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
	
	#copyright
	{
		position: relative;
		padding: 2em 0em;
		text-align: center;
		color: rgba(255,250,250,1);
	}
	
	#copyright .container
	{
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,.6);
	}			

/*********************/

	.boxcontent{
		text-align: left;
		padding-left: 2em;
	}

	.boxcontent h2{
		text-align: center;
		font-size: 22px;
		padding: 10px;
		color: #FFDEAD;
	}

	.boxcontent h3{
		text-align: center;
		font-size: 20px;
		padding: 10px;
		color: #000000;
	}


	.boxcontent table,td{
		vertical-align:top;
	}

	.boxcontent2 table{
		margin-left:auto; 
		margin-right:auto;
	}

/*****************box lulu*****************/

	#lulu{
		position: relative;
		background: #f5f5f5;
		text-align: center;
		padding-bottom:45px;
		padding-top:12px;
	}
/*********************************************************************************/
/* infoLoc                                                                      */
/*********************************************************************************/
	.infoLoc{
		background-size: cover;
		height: 400px;
		padding-top: 10px;
		padding-right: 15px;
		padding-left: 15px;
		font-size: 20px;
		line-height: 150%;
		color: #0035a4;
		font-weight: bold;
	}


/*********************************************************************************/
/* map                                                                      */
/*********************************************************************************/
	#map{
		position: relative;
		background:	#FF6A6A; 
		text-align:center;
		padding-bottom: 15px;
		padding-top: 15px;
		font-size: 20px;
		line-height: 120%;
	}

	#map a{
		color:#FFFAFA;
		margin-left: 20px;
		margin-right: 20px;
		padding: 2px 5px 2px 5px;
		border: #FF6A6A 2px solid;
	}
	#map a:hover{
		color:#FFF;
		text-decoration: none;
		border: #FFF 2px solid;
		border-radius: 10px
	}
/*********************************************************************************/
/* video                                                                      */
/*********************************************************************************/

	#video{
		text-align: center;
		width: 100%;
		padding-top: 3em;
		padding-bottom: 12px;
	}
/*********************************************************************************/
/* marker                                                                      */
/*********************************************************************************/

	#marker
	{
		position: relative;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 12px;
		background-color: #FFFFE0;

	}

	.markcontent .slogan{
		font-family: æ¨™æ¥·é«”;
		padding-top: 12px;
		font-size: 18px;
		color: #696969;
		font-weight: bold;
	}



	.markcontent p{
		color:#000000;
		text-align: left;
	}

	#marker figcaption{
		display: block;
		margin-top:-2em;
		margin-bottom:2em;
		color:#ffffff;
		text-align:  right;
		padding-right: 3em;
	}


/*********************************************************************************/
/* faith                                                                      */
/*********************************************************************************/
	#faith{
		position: relative;
		background-color:#FFFACD;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20 	px;

	}

	#faith h3{
		font-size: 20px;
		text-align: center;
		
	}
	#faith p{
		font-size: 15px;
		text-align: left;
		color:#000000;
	}

	#faith .boxcontent{
		background: url(images/test.png) repeat;
		padding-right:2em;
		padding-bottom: 2em;
	}

	#faith .boxcontent img{
		 border-radius: 20%;
	}




/*********************************************************************************/
/* pride                                                                      */
/*********************************************************************************/
	#pride{
		position: relative;
		background-color:	#FFEFDB;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 12px;

	}

	#pride h3{
		font-size: 17px;
		padding-top: 15px;
		padding-bottom: 15px;
	}



/*********************************************************************************/
/* us                                                                      */
/*********************************************************************************/
	#us{

		position: relative;
		background-color:#EEE8CD;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 12px;

	}

	#us table{
		margin-top: 20px;
		padding-top: 12px;
		padding-bottom: 12px;	
		border-style: solid;
		border-width:2px;
	}

	#us th{
		text-align: center;
		font-size: 18px;
		color:#ffffff;
		background-color: #8B7D6B;
		border-style: solid;
		border-width:2px;
		border-color:#000000;
	}

	#us td{
		padding-left: 12px;
		padding-top: 15px;
		text-align: left;
		background-color: #EECBAD;
		font-size: 16px;
		color:#000000;
		border-style: solid;
		border-width:2px;
	}

	.top{
		float: right;
	}

/* order and finished*/

	.ordertable {
		padding-bottom: 20px;
		margin: 0 auto;
		width: 70%;
		background-color: white;
		border-radius: 20px;
	}

	.ordertable fieldset{
		border-radius: 8px;
		border:0;
	    padding:10px;
	    /*margin-bottom:10px;*/
	}

	.ordertable legend{
	    font-family: å¾®è»Ÿæ­£é»‘é«”;
		padding:5px 10px;
    	color:#FFF;
    	border-radius: 8px;
	}

	.ordertable .perInfor{
		background-color:#129841;
	}

	.ordertable .shop{
		background-color:#126a98;
	}

	.ordertable .wannasay{
		background-color:#981226;
	}

	.ordertable .textNote {
    	width: 80%;
	}

	.ordertable .finishHead{
		padding: 50px 0;
	    border-radius: 8px 8px 0px 0px;
	    background-color: #54ccb5;
	    text-align: center;		

	    font-size: 30px;
	    font-weight: 300;
	    color: #2d3e50;
	    text-align: center;
	}
	.ordertable .finishHead h2{
	    color: white;
	    font-weight: 400;
	    margin-bottom: 30px;
	    margin-top: 10px;
	    font-size: 2.8rem;
	    letter-spacing: 2px;	
	}
	.ordertable .infoArea {
		margin-top: 20px;
	}
	.ordertable .infoArea td{
		vertical-align:text-top !important;
		padding: 0px 10px
	}

	.ordertable .productArea{
		width: 80%;
		font-size: 15px;
		margin: 20px 20px;
	    border-top: 3px solid #e8edef;
	    border-bottom: 3px solid #e8edef;
	    padding: 20px 0;
	    font-weight: 800;
	}	

	.ordertable .final{
		width: 70%;
	    background-color: #f4f4f4;
	    margin: 2em auto;
	    padding: 1.25em;
	    font-size: 1em;
	    font-weight: 600;
	    line-height: 1.8;
	    color: #777777;
	}


/*homepage*/
	.homepage #extra .button{
		margin-top: 0;
		padding: 6px 10px 6px 10px;
	}
</pre></body></html>