<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    width: 100%;
    height: 100%;
}

body {
	background-color: #A596F1;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	background-size: cover;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover;
	background-attachment: fixed;
	padding-top: 70px;
}

hr {
    max-width: 80px;
    border-width: 3px;
    opacity: 0.2;
    margin-top: 15px;
    margin-bottom: 15px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #9c27b0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #9c27c1;
    outline: 0;
}

h1,h3,h4,h5,h6 {
	font-family: "jf-jinxuan", "Noto Sans CJK TC", "敺株��迤暺煾��", "�鰵蝝唳�𡡞��", "Adobe 蝜�暺煾�� Std B";
}

h2 {
	font-family: "jf-jinxuan-medium", "Noto Sans CJK TC Medium", "敺株��迤暺煾��", "�鰵蝝唳�𡡞��", "Adobe 蝜�暺煾�� Std B";
	padding-top: 0.8em;
}
p {
	font-family: "jf-jinxuan", "Noto Sans CJK TC", "敺株��迤暺煾��", "�鰵蝝唳�𡡞��", "Adobe 蝜�暺煾�� Std B";
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 20px;
}

.icon-lg {
    font-size: 50px;
    line-height: 18px;
}

.bg-dark {
    color: #eee;
    background-color: #222;
}

.text-faded {
	color: rgba(17,65,83,1);
	padding-top: 0px;
	text-align: left;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.8em;
}

.text-dark {
    color: #111;
}

.text-primary {
	color: #FFFFFF;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	text-decoration: normal;
	text-align: center;
	text-shadow: 2px 2px 2px #A275E3;
	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.modal-content {
    background-color: #1d1d1d;
}

section {
    padding: 70px 0;
}

aside {
    padding: 50px 0;
}

footer {
    padding: 15px;
}

.no-padding {
    padding: 0;
}

.navbar-default {
	background-color: rgba(141,121,238,0.8);
	border-color: rgba(115,89,234,1);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

.navbar-header &gt; .navbar-brand {
	color: #FFFFFF;
	padding: 15px;
	-webkit-transition: padding .2s ease-in;
	-moz-transition: padding .2s ease-in;
	transition: padding .2s ease-in;
	font-size: 1.3em;
}

.navbar-header &gt; .navbar-brand:hover,
.navbar-header &gt; .navbar-brand:focus {
	color: #FFFFFF;
	text-shadow: 0 0 10px #a803fb , 0 0 20px #a803fb;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: rgba(141,121,238,0.8);
}
.navbar-default .navbar-toggle, .navbar-default .navbar-collapse {
    border-color: transparent;
}

.navbar-default .nav &gt; li&gt;a,
.navbar-default .nav&gt;li&gt;a:focus {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 200;
	color: #eee;
}

.navbar-default .nav &gt; li&gt;a:hover,
.navbar-default .nav&gt;li&gt;a:focus:hover {
	color: #FFFFFF;
}

.navbar-default .nav &gt; li.active&gt;a,
.navbar-default .nav&gt;li.active&gt;a:focus {
	color: #FFFF00 !important;
	background-color: transparent;
}

.navbar-default .nav &gt; li.active&gt;a:hover,
.navbar-default .nav&gt;li.active&gt;a:focus:hover {
    background-color: transparent;
}


@media(min-width:768px) {
    .navbar-default {
	border-color: transparent;
	background-color: rgba(141,121,238,0.8);
	min-height: 40px;
    }

    .navbar-header &gt; .navbar-brand {
	   color: rgba(255,255,255,1);
	   padding: 20px;
	   /*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
	   font-size: 1.3em;
	   font-weight: 400;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
	   color: #FFFFFF;
	   text-shadow: 0 0 10px #FFFFFF , 0 0 20px #FFFFFF;
    }

    .navbar-default .nav &gt; li&gt;a,
    .navbar-default .nav&gt;li&gt;a:focus {
	   color: rgba(255,255,255,1);
	   /*text-shadow: 2px 2px 2px rgba(255,255,255,0.8);*/
	   padding: 20px;
	   /*letter-spacing: 1.1px;*/
    }

    .navbar-default .nav &gt; li&gt;a:hover,
    .navbar-default .nav&gt;li&gt;a:focus:hover {
	   color: #FFFFFF;
	   text-shadow: 0 0 10px #FFFFFF , 0 0 20px #FFFFFF;
    }

    .navbar-default.affix {
	background-color: rgba(141,121,238,0.8);
	border-color: rgba(115,89,234,1);
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 1.3em;
        color: #FFFFFF;
        padding: 20px;
       /* letter-spacing: 1px;*/
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
	color: #FFFFFF;
	text-shadow: 0 0 10px #FFFFFF , 0 0 20px #FFFFFF;
    }

    .navbar-default.affix .nav &gt; li&gt;a,
    .navbar-default.affix .nav&gt;li&gt;a:focus {
	    color: #FFFFFF;        
		/*text-shadow: 1px 1px 1px rgba(30,30,30,0.7);*/
    }

    .navbar-default.affix .nav &gt; li&gt;a:hover,
    .navbar-default.affix .nav&gt;li&gt;a:focus:hover {
        color: #FFFFFF;
    }
}
@media(max-width:767px) {
    .navbar-header &gt; .navbar-brand {
		width: 85%;
        padding: 10px;
	   font-size: 1.1em;
	   font-weight: 400;
    }
}

header {
	position: relative;
	min-height: auto;
	text-align: center;
	color: #fff;
	width: 100%;
	/*background-color: rgba(165,150,241,0.5);*/
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
    z-index: 2;
}

header .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
}

header .header-content .inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
}

#video-background {
  position: absolute;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: 1;
}

#video-background.collapsing {
  display:none;
}

@media(min-width:768px) {
    .icon-lg {
        font-size: 80px;
    }
    
    header {
	min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .inner h1 {
        font-size: 50px;
    }

    header .header-content .inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
    
    section {
	min-height: auto;
	padding: 100px 0;
    }

}

@media (max-width: 767px) { 
body {
	background-image: url(../images/bg-m.jpg);
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover;
	background-size: cover !important;
	z-index: -1;
	background-attachment: scroll;
	background-repeat: repeat-y;
	width: 100%;
	}
   .text-primary {
	color: #FFFFFF;
	text-shadow: 2px 2px 2px #A275E3;
	padding: 20px;
	background-repeat: repeat-y;
    }	
 }

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #eee;
    background-color: #36333d;
    background-image: none;
    border: 1px solid #36333d;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    color: #222;
    background-color: #ccc;
    box-shadow: none;
}

textarea {
    resize: none;
}

.margin-top-0 {
	margin-top: 0px;
}

.feature {
	margin: 50px auto 0;
	max-width: 400px;
}

@media(min-width:992px) {
.feature {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
}

.feature p {
	margin-bottom: 0;
	text-align: left;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.gallery-box {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 650px;
	overflow: hidden;
}

.gallery-box .gallery-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(44,44,44,.8);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.gallery-box .gallery-box-caption .gallery-box-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.gallery-box:hover .gallery-box-caption {
    opacity: 1;
}

.gallery-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-box img {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.no-gutter &gt; [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
    opacity: 0.7;
}

.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
    opacity: 0.7;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn.btn-primary {
    background-color: transparent;
    border:1px solid #f0f0f0;
    border-color:#f0f0f0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn.btn-primary:hover {
    opacity: 0.7;
}

.btn {
    border: 0;
    border-radius: 290px;
    font-family: 'Helvetica Neue',Arial,sans-serif;
}

.btn-xl {
    padding: 15px 30px;
    font-size: 20px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}


/*dialogue section style*/

.roomy-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.dialogue{
	background-size: cover;
	position: relative;
	background-image: url(../images/banner01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 350px;
}
.dialogue2{
	background-size: cover;
	position: relative;
	background-image: url(../images/banner02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 350px;
}
.dialogue3{
	background-size: cover;
	position: relative;
	background-image: url(../images/banner03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 350px;
}
.dialogue4{
	background-size: cover;
	position: relative;
	background-image: url(../images/banner04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 350px;
}
.main_dialogue{

}
.main_dialogue h3{
	font-size: 2em;
	font-weight: 300;
	line-height: 1.4em;
	color: #5921A5;
}

@media (max-width: 767px) {
.dialogue{
	background-size: auto;
	position: relative;
	background-image: url(../images/banner01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
}
.dialogue2{
	background-size: auto;
	position: relative;
	background-image: url(../images/banner02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
}
.dialogue3{
	background-size: auto;
	position: relative;
	background-image: url(../images/banner03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
}
.dialogue4{
	background-size: auto;
	position: relative;
	background-image: url(../images/banner04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
}
.main_dialogue h3{
	font-size: 1.6em;
}	
}

 /* Spotlight */
  
	  .spotlight {
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	  }
  
		  .spotlight .image {
	  -moz-order: 1;
	  -webkit-order: 1;
	  -ms-order: 1;
	  order: 1;
	  border-radius: 0;
	  width: 50%;
	  padding: 1em;
		  }
  
		  .spotlight .image img {
	border-radius: 0;
	width: 100%;
		  }
  
		  .spotlight .content {
	-moz-order: 2;
	-webkit-order: 2;
	-ms-order: 2;
	order: 2;
	max-width: 50em;
	width: 60%;
	padding-top: 2em;
	padding-right: 3em;
	padding-bottom: 2em;
	padding-left: 3em;
	z-index: -10;
		  }
  

  
		  @media screen and (max-width: 1280px) {
  
			  .spotlight .image {
				  width: 45%;
			  }
  
			  .spotlight .content {
				  width: 55%;
			  }
  
		  }
  
		  @media screen and (max-width: 980px) {
  
			  .spotlight {
				  display: block;
			  }
  
				  .spotlight br {
					  display: none;
				  }
  
				  .spotlight .image {
					  width: 100%;
				  }
  
				  .spotlight .content {
					  padding: 4em 3em 2em 3em ;
					  max-width: none;
					  text-align: center;
					  width: 100%;
				  }
  
		  }
  
	@media screen and (max-width: 767px) {
	.spotlight .content {
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 2em;
	overflow: hidden;
				  }
		  }


/* video */
  
  .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 100px;
  }
  .video-container iframe,
  .video-container object,
  .video-container embed {
	border: 5px solid #a171e7;
	border-radius: 6px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
  }


/* Footer */
	  	  
 #footer {
	background-color: rgba(141,121,238,0.8);
	height: 50px;
	padding-top: auto;
	padding-right: 0;
	padding-bottom: auto;
	padding-left: 0;
	  }
     #footer .copyright {
	font-family: "jf-jinxuan-medium", "敺株��迤暺煾��", "�鰵蝝唳�𡡞��", "璅蹱扑擃�";
	text-align: center;
	color: rgba(255,255,255,1);
	font-size: 1em;
	list-style: none;
	padding: 0;
	  }

	@media screen and (max-width: 767px) {
	#footer {
	height: 4em;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
	 }
	 #footer .copyright {
	font-size: 0.9em;
	 }	
	}
</pre></body></html>