@charset "utf-8";
/* CSS Document */


@font-face {
	font-family: 'High Tower Text';
	src: url('HighTowerText-Reg.woff2') format('woff2'),
			url('HighTowerText-Reg.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'High Tower Text';
	src: url('HighTowerText-Italic.woff2') format('woff2'),
			url('HighTowerText-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}
.font-ht{
	font-family: 'High Tower Text';
}

body {
	min-width: 375px;
	color: #555555;
	font-family: 'Noto Sans TC', Arial, Helvetica, "微軟正黑體", sans-serif;
	margin: 0;
  	font-size: 16px;
	font-style: normal;
	overflow-x: hidden;
}
img {
	max-width: 100%;
}
a {
	color: inherit;
}
a.link {
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;
	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
a:hover, a:focus {
	text-decoration: none;
	color: #8e69c0;
}
section {
}
h1,
.h1 {
  font-size: 40px;
}
h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 22px;
}
h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
hr {
	border: none;
	background: #eee;
	height: 1px;
	margin: 25px 0;
}
p {
	margin: 0 0 16px 0;
}
ul, ol {
	padding-left: 30px;
}
.sp {
	padding-top: 80px;
	padding-bottom: 80px;
}
.sp30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.sp50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.vat {
	vertical-align: top;
}
.vam {
	vertical-align: middle;
}
.tac {
	text-align: center;
}
.w100 {
	width: 100%;
}
.h100 {
	height: 100%;
}
.line2{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.line3{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.container {
	max-width: 1200px;
	width: auto;
}
.no-radius {
	border-radius: 0;
}
.breadcrumb {
	background: none;
	padding: 15px 0;
	margin-bottom: 0;
}
.gold {
	color: #aa9055;
}
.white {
	color: #fff !important;
}
.red {
	color: red;
}
.row-0 {
	margin-left: 0;
	margin-right: 0;
}
.row-0 > div {
	padding: 0;
}
.row-5{
	margin-left: -5px;
	margin-right: -5px;
}
.row-5 .col-1, .row-5 .col-2, .row-5 .col-3, .row-5 .col-4, .row-5 .col-5, .row-5 .col-6, .row-5 .col-7, .row-5 .col-8, .row-5 .col-9, .row-5 .col-10, .row-5 .col-11, .row-5 .col-12, .row-5 .col, .row-5 .col-auto, .row-5 .col-sm-1, .row-5 .col-sm-2, .row-5 .col-sm-3, .row-5 .col-sm-4, .row-5 .col-sm-5, .row-5 .col-sm-6, .row-5 .col-sm-7, .row-5 .col-sm-8, .row-5 .col-sm-9, .row-5 .col-sm-10, .row-5 .col-sm-11, .row-5 .col-sm-12, .row-5 .col-sm, .row-5 .col-sm-auto, .row-5 .col-md-1, .row-5 .col-md-2, .row-5 .col-md-3, .row-5 .col-md-4, .row-5 .col-md-5, .row-5 .col-md-6, .row-5 .col-md-7, .row-5 .col-md-8, .row-5 .col-md-9, .row-5 .col-md-10, .row-5 .col-md-11, .row-5 .col-md-12, .row-5 .col-md, .row-5 .col-md-auto, .row-5 .col-lg-1, .row-5 .col-lg-2, .row-5 .col-lg-3, .row-5 .col-lg-4, .row-5 .col-lg-5, .row-5 .col-lg-6, .row-5 .col-lg-7, .row-5 .col-lg-8, .row-5 .col-lg-9, .row-5 .col-lg-10, .row-5 .col-lg-11, .row-5 .col-lg-12, .row-5 .col-lg, .row-5 .col-lg-auto, .row-5 .col-xl-1, .row-5 .col-xl-2, .row-5 .col-xl-3, .row-5 .col-xl-4, .row-5 .col-xl-5, .row-5 .col-xl-6, .row-5 .col-xl-7, .row-5 .col-xl-8, .row-5 .col-xl-9, .row-5 .col-xl-10, .row-5 .col-xl-11, .row-5 .col-xl-12, .row-5 .col-xl, .row-5 .col-xl-auto, .row-5 .col{
	padding-left: 5px;
	padding-right: 5px;
}
.row-7{
	margin-left: -7px;
	margin-right: -7px;
}
.row-7 .col-1, .row-7 .col-2, .row-7 .col-3, .row-7 .col-4, .row-7 .col-5, .row-7 .col-6, .row-7 .col-7, .row-7 .col-8, .row-7 .col-9, .row-7 .col-10, .row-7 .col-11, .row-7 .col-12, .row-7 .col, .row-7 .col-auto, .row-7 .col-sm-1, .row-7 .col-sm-2, .row-7 .col-sm-3, .row-7 .col-sm-4, .row-7 .col-sm-5, .row-7 .col-sm-6, .row-7 .col-sm-7, .row-7 .col-sm-8, .row-7 .col-sm-9, .row-7 .col-sm-10, .row-7 .col-sm-11, .row-7 .col-sm-12, .row-7 .col-sm, .row-7 .col-sm-auto, .row-7 .col-md-1, .row-7 .col-md-2, .row-7 .col-md-3, .row-7 .col-md-4, .row-7 .col-md-5, .row-7 .col-md-6, .row-7 .col-md-7, .row-7 .col-md-8, .row-7 .col-md-9, .row-7 .col-md-10, .row-7 .col-md-11, .row-7 .col-md-12, .row-7 .col-md, .row-7 .col-md-auto, .row-7 .col-lg-1, .row-7 .col-lg-2, .row-7 .col-lg-3, .row-7 .col-lg-4, .row-7 .col-lg-5, .row-7 .col-lg-6, .row-7 .col-lg-7, .row-7 .col-lg-8, .row-7 .col-lg-9, .row-7 .col-lg-10, .row-7 .col-lg-11, .row-7 .col-lg-12, .row-7 .col-lg, .row-7 .col-lg-auto, .row-7 .col-xl-1, .row-7 .col-xl-2, .row-7 .col-xl-3, .row-7 .col-xl-4, .row-7 .col-xl-5, .row-7 .col-xl-6, .row-7 .col-xl-7, .row-7 .col-xl-8, .row-7 .col-xl-9, .row-7 .col-xl-10, .row-7 .col-xl-11, .row-7 .col-xl-12, .row-7 .col-xl, .row-7 .col-xl-auto, .row-7 .col{
	padding-left: 7px;
	padding-right: 7px;
}
@media (max-width:767.98px) {
	 h1,
  .h1 {
    font-size: 30px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h2 img{
	transform: scale(0.85);
	margin-left: -13px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
	.sp {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.sp50 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.tac-sm{
		text-align: center;
	}
}

/***************************************************gird*/



@media (min-width:1200px){
}
@media (max-width:1199px){
}


/*****************************************************all**/
.functionBar{
	text-align: right;
}
.functionBar-btn .fa{
	margin-right: 3px;
}
.functionBar-btn::before{
	font-family:'FontAwesome';
	content: '';
	margin-right: 3px;
}
.functionBar-btn.icon-fav::before{
	content: '\f006';
}
.functionBar-btn.icon-share::before{
	content: '\f045';
}
.functionBar-btn.icon-like::before{
	content: '\f087';
}
.functionBar-btn.icon-fav:hover::before, .functionBar-btn.icon-fav:focus::before{
	color: #ffd264;
}
.functionBar-btn.icon-share:hover::before, .functionBar-btn.icon-share:focus::before{
	color: #44cc32;
}
.functionBar-btn.icon-like:hover::before, .functionBar-btn.icon-like:focus::before{
	color: #fc2873;
}
.functionBar-btn.icon-fav.active::before{
	content: '\f005';
	color: #ffd264;
}
.functionBar-btn.icon-like.active::before{
	content: '\f164';
	color: #fc2873;
}
.breadcrumb-item + .breadcrumb-item::before{
	content: '>';
}
.breadcrumb{
	font-size: 14px;
	color: #444;
}
.modal-open, body.modal-open {
}
/*.modal-backdrop.show{background-color: white;}*/
.modal-dialog{
	width: 1300px;
	position: relative;
	max-width: 90%;
}
.btn-purple{
	background-color: #8e69c0;
	color: #fff !important;
	text-decoration: none !important;;
}
.btn-purple:focus, .btn-purple:hover{
	background-color: #7247AB;
	color: #fff;
	text-decoration: none !important;
}
.btn-modalClose{
	position: absolute;
	top: -30px;
	right: 0;
	color: #fff !important;
}
.btn-purple-o{
	background: #fff;
	border: 1px solid #5f4986;
	color: #5f4986;
}
.btn-purple-o:focus, .btn-purple-o:hover{
	background: #603e8f;
	color: #fff;
}
.btn-purple-lg{
	background: #5f4986;
	border: 2px solid #afa4c3;
	padding: 15px 40px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.btn-purple-lg:focus, .btn-purple-lg:hover{
	background: #603e8f;
	color: #fff;
}
.btn-purple-em{
	background: #ffffff;
	border: 2px solid #5f4986;
	padding: 15px 40px;
	color: #5f4986;
	font-size: 18px;
	font-weight: bold;
}
.text-purple-light{
	color: #9363c0;
}
.text-purple{
	color:#885f9f;
}
.text-blue{
	color: #4686d5;
}
.name{
	font-size: 20px;
}
.name .eng{
	font-size: 0.8em;
	color: #909090;
}
.cover img, img.cover{
	width: 100%;
}
.hover-shadow:hover{
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
}
@media (min-width:768px){
	.modal-dialog h2{
		margin-top: 0;
	}
}
.slick-next{
	right: -40px;
}
.slick-prev{
	left: -40px;
}
.slick-prev, .slick-next{
	background-color: inherit;
	height: 56px;
	width: 28px;
	top: 40%;
	z-index: 2;
}
.slick-prev:before, .slick-next:before{
	content: '';
	background-image: url(../images/arrow_l.png);
	background-size: 28px 56px;
	background-repeat: no-repeat;
	width: 28px; 
	height: 56px;
	display: block;
}
.slick-next:before{
	background-image: url(../images/arrow_r.png);
}
.slick-dots li button:before, .slick-dots li.slick-active button:before{
	color: #603e8f;
}
.slick-dots{
	bottom: -35px;
}
.articlePage{
	padding: 30px 20px;
	background-color: #fff;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(images/temp/bg.jpg);
}
.articlePage .breadcrumb{
	padding-top: 0;
}
.articlePage-container{
	padding:25px;
	max-width: 1200px;
	width: 100%;
	margin: auto;
	background-color: #fff;
}
.article{
	margin-bottom: 15px;
}
.article a{
	color: #a06bb1;
    text-decoration: underline
}
.article header{
	margin-top: 15px;
	margin-bottom: 25px;
}
.article header h1{
	font-size: 30px;
}
.article-list-item{
	padding: 20px;
	background: #f6f6f6;
}
.article-list-item + .article-list-item{
	margin-top: 25px;
}
.article-list-item .aTitle{
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
}
.article-list-item .aDescription{
	max-width: 600px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;     
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.related-article header{
	margin-bottom: 15px;
	color: #fff;
	background: #885f9f;
	padding: 20px 15px;
	font-size: 20px;
}
.article-nav-btn:focus {
	outline: none;
	box-shadow: none;
}
.article-nav-btn + .article-nav-btn{
	margin-left: 15px;
}
.article-nav-btn .fa{
	border: 1px solid #8b379c;
	border-radius: 24px;
	color: #8b379c;
	height: 24px;
	width: 24px;
	font-size: 20px;
	line-height: 22px;
	padding: 0;
	margin: 0 5px;
}
.article-nav-btn:hover .fa{
	background: #8b379c;
	color: #fff;
}
.related-article-item {
	padding-top: 15px;
	border-top: 1px solid #ddd;
	margin-top: 15px;
}
.related-article-item .title{
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;

}
.related-article-item p{
	font-size: 14px;
}
.aCover{
	width: 100%;
}
.pagination{
	justify-content: center;
	margin-top: 30px;
}
.pagination.circle{
}
.pagination.circle .page-link{
	border-radius: 100px;
	font-size: 14px;
	padding: 10px;
	height: 14px;
	width: 14px;
	box-sizing: content-box;
	text-align: center;
	line-height: 14px;
	margin: 0;
	color: #8b379c;
}
.page-item + .page-item{
	margin-left: 5px;
}
.page-link:hover, .active .page-link{
	background-color: #8b379c !important;
	border-color: #8b379c !important;
	color: #fff !important;
}
.pdfViewerContainer{
	margin: auto;
	max-width: 800px;
}
.pdfViewer{
	position: relative;
	overflow: hidden;
	padding-top: 66.66%;
	margin: auto;
}
.pdfViewer iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
@media (max-width:1300px){
	.slick-next{
		right: 0;
	}
	.slick-prev{
		left: 0;
	}
	.slick-prev, .slick-next{
		height: 28px;
		width: 14px;
	}
	.slick-prev:before, .slick-next:before{
		background-size: 14px 28px;
		width: 14px; 
		height: 28px;
	}
	#index-intro{
		padding-bottom: 50px;
	}
}
@media (max-width:767.98px){
	.articlePage-container{
		padding: 20px 15px;
	}
	.article-list-item .aDescription{
		text-align: inherit;
	}
}
/*****************************************************search**/
.searchWrap{
	width: 100%;
	height: 100%;
	position: fixed;
	background:rgba(96,62,143,0.90);
	z-index: 99999;
	display: none;
}
.searchWrap .container{
	z-index: 1;
}
.searchWrap #closeSearch{
	position: fixed;
	top: 15px;
	right: 15px;
	font-size: 20px;
}
.searchWrap #btn-search{
	background-color: #fff  !important;
	border: none;
	color: #000;
}
#searchInput{
	border: none;
}
/***************************************************header*/
#header{
	z-index: 999;
	background: #fff;
}
.logo{
	width: 166px;
}
.header-link{
	margin-left: 0;
}
.header-link > div {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
#headerSearch{
	width: 230px;
	border-radius: 50px;
	border: 1px solid #603e8f;
	overflow: hidden;
}
#headerSearch input{
	border: none;
	font-size: 14px;
	outline: 0 !important;
}
.btn-search{
	background-color: #603e8f !important;
	color: #fff !important;
	margin-right: -1px;
	border: 1px #603e8f solid;
	border-radius: 100px !important;
	overflow: hidden;
	width: 50px;
	font-size: 18px;
	line-height: 18px;
}
.btn-online{
	height: 30px;
	margin-left: 5px;
}
.socialBar{
	padding-left: 15px;
	border-left: 2px dashed #888;
	display: inline-block
}
.socialBar a + a{
	margin-left: 5px;
}
.mobile-header-link{
	display: none;
}
.header-link .searchBtn{
	display: none;
}

@media (max-width:1439px){
	.logo{
		width: 100px;
	}
	#headerSearch{
		display: none;
	}
	.header-link .searchBtn{
		display: block;
	}
}
@media (max-width:1199px){
	#header{
		max-height: 100vh;
		overflow: auto;
	}
	#header .navbar{
	}
	.header-link{
		display: none;
	}
	.mobile-header-link{
		display: block;
		margin-left: auto;
		margin-right: 10px;
	}
	.mobile-header-link .socialBar{
		margin-left: 10px;
	}
	#mainNavbar .nav-link .nav-c, #mainNavbar .nav-link .nav-e{
		display: inline-block;
	}
	#mainNavbar .nav-link .nav-c{
		margin-right: 10px;
	}
}
@media (max-width:767.98px) {
	.logo{
		width: 100px;
	}
	.mobile-header-link .socialBar{
		display: none;
	}
	.socialBar{
		text-align: center;
		border: none;
		padding: 0;
		margin: 10px 0;
		display: block;
	}
	
}

/***************************************************menu*/
#mainNavbar .navbar-nav .nav-item{
	margin-right: 10px;
	margin-left: 10px;
}
#mainNavbar .nav-link{
	text-align: center;
	color: #666;
}
#mainNavbar .nav-link:hover, #mainNavbar .nav-link:focus{
	color: #721790;
}
#mainNavbar .nav-link .nav-c{
	font-weight: bold;
}
#mainNavbar .nav-link .nav-e{
	font-size: 12px;
}
#mainNavbar .dropdown-toggle::after{
	display: none;
}
#mainNavbar .dropdown-menu{
	border: none;
	border-radius: 0;
	border-top: 3px solid #721790;
	margin-top: 24px;
	min-width: 200px;
	padding: 10px;
}
#mainNavbar .dropdown-menu .nav-link:hover, #mainNavbar .dropdown-menu .nav-link:focus, #mainNavbar .dropdown-menu .nav-link.active{
	background-image: url(../images/drop-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
/*custom breakpoints*/
@media (min-width:1200px) and (max-width: 1550px){
	#mainNavbar .navbar-nav .nav-item{
		margin-left: 2px;
		margin-right: 3px;
	}
}
@media (max-width: 1439.98px) {
  .navbar-expand-custom > .container,
  .navbar-expand-custom > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
	#mainNavbar .dropdown-menu{
		margin-top: 10px;
	}
}

@media (max-width:1199.98px){
	#mainNavbar .dropdown-menu{
		margin-top: 0;
		background: #f1e7f4;
	}
	#mainNavbar{
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (min-width: 1440px) {
  .navbar-expand-custom {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-custom .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-custom .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-custom .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-custom > .container,
  .navbar-expand-custom > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-custom .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-custom .navbar-toggler {
    display: none;
  }
}
@media (min-width:1200px){
	#mainNavbar .dropdown-menu{
		box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
	}
}
/*end custom breakpoints*/
/*******************************************************************custom-toggle**/
.custom-toggle {
  position: relative;
	height: 39px;
	width: 36px;
  padding: 0;
	margin: 0;
	margin-left: 5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.custom-toggle .icon-bar {
  display: block;
  width: 36px;
  height: 3px;
  border-radius: 0;
	background-color: #603e8f;
	position: absolute;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	top: 15px;
	opacity:1;
}
.custom-toggle .icon-bar + .icon-bar {
  margin-top: 2px;
}
@media (min-width: 1200px) {
  .custom-toggle {
    display: none;
  }
}
.custom-toggle:hover,
.custom-toggle:focus {
	outline: 0;
}
.custom-toggle .bar1,
.custom-toggle .bar4{
	opacity:0;
}
.custom-toggle.collapsed .bar1{
	opacity:1;
	top: 4px;
}
.custom-toggle.collapsed .bar4{
	opacity:1;
	top: 28px;
}
.custom-toggle .icon-bar.bar2{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.custom-toggle .icon-bar.bar3{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.custom-toggle.collapsed .icon-bar{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}
/*****************************************************banner slider**/
.banner-slider .banner-item{
	width: 100%;
	max-height: 50vw;
	height:  814px;
	margin: auto;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.banner-slider .slick-dots{
	bottom: 25px;
}
.w-slider .slick-dots li button:before{
	color: #fff !important;
}

.pro-cate a{
	outline: 0;
}
.pro-cate-info{
	padding: 20px 15px 0 15px;
}
.pro-cate-info .name{
	font-size: 18px;
}
.pro-cate-info .name > div {
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical; 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  }
.pro-cate-info .name .eng{
	font-size: 16px;
}
.purple-info-box{
	background-color: #f8f8ff;
	padding: 15px;
}
@media (max-width:767.98px){
	.pro-cate{
		margin-bottom: 30px;
	}
}
/***************************************************banner*/
.inside-banner .banner-item{
	width: 100%;
	max-height: 490px;
	height: 39vw;
	margin: auto;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.inside-banner2 {
	margin-bottom: -150px;
}
.inside-banner2 .banner-item {
	height: 50vw;
	max-height: 625px;
	background-position: top;
}

@media (max-width:767.98px){
	.inside-banner .banner-item{
		height: 80vw;
	}
}
/***************************************************  index*/
#index-share{
	background: #afa4cb url(../images/bg1.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
#index-reward{
	background: #afa4cb url(../images/home_bg_reward.png) no-repeat;
	background-position: center;
	background-size: cover;
}
.index-rewardWrap{
	max-width: 800px;
	margin: auto;
}
.index-reward-item{
	height: 180px;
	background-color: #3d0a55;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	width: 100%;
}
.index-reward-item.lg{
	height: 360px
}
.index-reward-detail{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	padding: 10px;
	background-color: rgba(0,0,0,0.5);
	transition: 0.3s all;
}
a:hover .index-reward-detail{
	padding: 20px 10px;
}

#index-follow{
	background: #6a2f75;
	color: #fff;
}
.follow-title{
	background: url(../images/title-bg.png) no-repeat;
	background-size: 100%;
	background-position: center;
	padding: 20px;
	width: 400px;
	margin: auto;
	max-width: 100%;
	font-size: 18px;
}
#follow-form{
	max-width: 500px;
	margin: auto;
}
@media (min-width:1439px){
	#index-intro{
		background-image: url(../images/home_bg_share.png);
		background-repeat: no-repeat;
		background-position: left bottom;
	}
	#index-oil-academy{
		background-image: url(../images/home_bg_oil_academy.png);
		background-repeat: no-repeat;
		background-position: right bottom;
	}
	#index-follow{
		background-image: url(../images/home_bg_follow.png);
		background-repeat: no-repeat;
		background-position: 90% bottom;
	}
}

@media (max-width:767.98px){
}
/***************************************************** Oil Academy**/
.scroll-list{
	width: 100%;
	background: #f8f8ff;
	border-radius: 10px;
	padding: 15px;
	overflow-x: hidden;
}
.scroll-list header{
	background: #8d5299;
	color: #fff;
	text-align: center;
	font-size: 20px;
	margin: -15px;
	margin-bottom: 0;
	font-weight: bold;
	padding: 15px 10px;
}
.scroll-list .left-menu{
	max-width: none;
	margin-top: 30px;
	max-height: 330px;
	overflow-y: auto;
}
.academy-item{
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 30px;
	position: relative;
}
.academy-item .cover{
	width: 100%;
}
.btn-academy-detail{
	position: absolute;
	bottom: 0;
	right: 5px;
}
.share-list{
	
}
.share-cate{
	display: block;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
}
.share-cate a{
	width: 250px;
	margin: auto;
}
.share-cate img{
	width: 250px;
}

@media (max-width:767.98px){
	.scroll-list{
		margin-bottom: 30px;
	}
	.academy-item{
		text-align: center;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.btn-academy-detail{
		position: inherit;
		margin-top: 10px;
	}
}
/***************************************************** hoverCate**/
#hoverCate{
	max-width: 1550px;
}
.hoverCateItem{
	height: 580px;
	width: 100%;
	background: #444;
	display: table;
	color: #fff !important;
	position: relative;
	background-position: center;
	background-size: cover;
	margin-bottom: 10px;
}
.hoverCateItem .title{
	display: table-cell;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.hoverCateItem .overlayInfo{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 25px 15px;
	background: #000;
	height: 100%;
	z-index: -1;
	opacity: 0;
	transition: 0.5s all;
}
.hoverCateItem:hover .overlayInfo{
	z-index: 1;
	opacity: 1;
}
@media (max-width:767.98px){
	.hoverCateItem{
		height: 400px;
	}
	.hoverCateItem .overlayInfo{
		font-size: 14px;
	}
}
/***************************************************** coverWrapper**/
.coverWrapper {
	width: 100%;
	display: block;
	position: relative;
	overflow:hidden;
}
.coverWrapper:after {
	padding-top: 66.667%;
	display: block;
	content: '';
}
.coverWrapper.scale169:after{
	padding-top: 56.25%;
}
.coverWrapper.square:after{
	padding-top: 100%;
}
.video .coverWrapper:after{
	padding-top: 56.2%;
}
.coverWrapper .cover {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	text-align:center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}
.coverWrapper:hover .cover{
}
.coverWrapper .cover img{
	width:100%;
	height: 100%;
	object-fit: cover;
	display:block;
	margin:0 auto;
	-webkit-transition: .3s ease-in-out;
	transition: .6s ease-in-out;
}
.hoverBox .coverWrapper {
}
.overlays {
	background-color: rgba(0,0,0,0);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right: 0;
	left: 0;
	bottom: 0;
	transition: 0.3s all;
}
a:hover .overlays, a:focus .overlays{
	background-color: rgba(0,0,0,0.4);
}
/***************************************************** inside**/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
} 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-item{
	position: relative;
}
.video-item .overlays{
	z-index: 1;
}
.video-item .play-btn{
	display: table;
	width: 100%;
	height: 100%;
}
.video-item .play-btn .btn-play{
	width: 50px;
}
.video-item .play-btn > div{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.video-item .video-info{
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	font-size: 15px;
	padding: 5px 10px;
	padding-top: 50px;
	z-index: 1;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.7) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
}
.leftMenuWrapper-btn{
	border: none;
	padding: 10px 15px;
	border-radius: 5px;
	width: 100%;
	background-color: #8d5299 !important;
	color: #fff;
	display: block;
	position: relative;
	transition: 0.3s all;
	outline: none !important;
}
.leftMenuWrapper-btn .fa{
	display: none;
	float: right;
	margin-top: 2px;
}
.leftMenuWrapper-btn .fa-chevron-up{
	display: inline-block;
}
.leftMenuWrapper-btn.collapsed .fa-chevron-up{
	display: none;
}
.leftMenuWrapper-btn.collapsed .fa-chevron-down{
	display: inline;
}
.left-menu{
	padding: 0;
	margin: 0;
	width: 100%;
}
.left-menu li{
	list-style: none;
	padding-left: 25px;
}
.left-menu li + li{
	margin-top: 5px;
}
.left-menu > li > a{
	padding: 10px 15px;
	border-radius: 5px;
	width: 100%;
	color: #a06bb1;
	display: block;
	position: relative;
	transition: 0.3s all;
}
.left-menu > li > a.active{
	background-color: #721790 !important;
	color: #fff;
}
.left-menu > li > a:hover{
	background: #a06bb1;
	color: #fff;
}
.left-menu > li > a.active::before{
	content: '';
	background: url(../images/list_hover.png) no-repeat;
	background-size: 18px 15px;
	height: 15px;
	width: 18px;
	display: block;
	position: absolute;
	top: 15px;
	left: -25px;
}
@media (min-width:992px){
}
@media (min-width:768px){
	.leftMenuWrapper .collapseMenu{
		display: block !important;
	}
}
@media (max-width:767.98px){
	.collapseMenu{
		border: 1px solid #ddd;
		padding: 15px 5px 0 5px;
	} 
}
/******************************************* introduction / product*/
.right-products-list{
	background: #f8f8ff;
	border-radius: 10px;
	padding: 30px;
	font-size: 14px;
}
.right-products-list ul{
	margin-bottom: 0;
}
.right-products-list  li{
	margin-bottom: 15px;
}
.product-container{
	padding: 40px;
	margin-top: 20px;
	margin-bottom: 80px;
	border: 1px solid #eee;
	border-radius: 5px;
	background-color: #fff;
	background-image: url(../images/hole.png), url(../images/hole.png), url(../images/lb.png), url(../images/rb.png), url(../images/page_center.png);
	background-repeat: no-repeat;
	background-position: left 15px top 15px, right 15px top 15px, left 10px bottom 10px, right 10px bottom 10px, center center;
	-webkit-box-shadow: 7px 4px 4px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 7px 4px 4px 0px rgba(0,0,0,0.1);
	box-shadow: 7px 4px 4px 0px rgba(0,0,0,0.1);
}
.product-container a{
	color: #a06bb1;
    text-decoration: underline
}
.product-image{
	max-width: 460px;
	margin: auto;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}
.product-image .coverWrapper .cover img{
	object-fit: contain;
}
.product-image .product-nav{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	margin-top: -15px;
}
.product-nav > a{
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
}
.product-nav > .pre{
	left: 0;
}
.product-nav > .next{
	right: 0;
}
.product-nav .disabled{
	cursor: default;
	opacity: 0.3;
}
@media (min-width:768px){
	.proudct-infoWrap{
		padding: 15px;
		padding-left: 30px;
	}
}
@media (max-width:767.98px){
	.product-container{
		background: none;
		border: none;
		box-shadow: none;
		padding: 10px;
	}
	.product-container .product-left{
		margin-bottom: 25px;
	}
}

/******************************************* monthly reward*/
#rewardTab{
	border-bottom: 0;
	display: flex;
}
#rewardTab > li{
	width: 20%;
	text-align: center;
	padding: 10px 5px;
}
#rewardTab .nav-link{
	border: #721790 1px solid;
	color: #721790;
	font-size: 20px;
	border-radius: 0;
	margin: auto;
	width: 100%;
	max-width: 180px;
	text-align: center;
}
#rewardTab .nav-link:focus, #rewardTab .nav-link:hover{
	background: #8e69c0;
	color: #fff;
}
#rewardTab .nav-link.active, #rewardTab .nav-link.active{
	background: #5a1866;
	color: #fff;
}
.rewardTitle{
	font-size: 40px;
}
@media (max-width:767.98px){
	#rewardTab > li{
		width: 90%;
		margin: auto;
		padding: 0;
	}
	#rewardTab > li + li{
		margin-top: 10px;
	}
	#rewardTab .nav-link{
		max-width: inherit;
	}
}
.rewardContent .row.mt-5 a{
	color: #a06bb1;
    text-decoration: underline
}

/******************************************* scroll To Top*/
.scrollToTopContainer{
	display: none;
	position: fixed;
	margin: 0;
	bottom: 15px;
	right: 0px;
	z-index: 200;
}
.scrollToTopContainer .text{
	display: none;
	color: #333;
	position: absolute;
	right: 45px;
	min-width: 60px;
	font-size: 12px;
	text-align: center;
	padding: 3px 5px;
	margin-top: 10px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.scrollToTopContainer:hover .text,
.scrollToTopContainer:focus .text{
	display: block;
}
.scrollToTop{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #603e8f;
	opacity: 0.7;
	transition: background 0.3s;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
}
.scrollToTop img{
	width: 50%;
	margin-top: -5%;
}
.scrollToTop:hover, .scrollToTop:focus{
	background: #8e69c0;
	outline: none;
}
@media screen and (min-width:950px){
	.scrollToTop:hover img,
	.scrollToTop:focus img{	
	  animation-duration: 1s;
	  animation-fill-mode: both;
	  animation-name: bounce;
	  transform-origin: center;
	}
}


/******************************************* new-input*/
.new-input{
	position: relative;
  margin: 35px 0 0 0;
}
.new-input input, .new-input textarea, .new-input select {
  background: none;
  color: #ffffff;
  font-size: 18px;
  padding: 5px 10px 5px 5px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
}
.new-input input:focus, .new-input textarea:focus, .new-input select:focus {
  outline: none;
}
.new-input input:focus ~ label,
.new-input input.hasvalue ~ label,
.new-input textarea:focus ~ label,
.new-input textarea.hasvalue ~ label,
.new-input select:focus ~ label,
.new-input select.hasvalue ~ label,
.new-input .label-top ~ label,
.form-element-field.hasvalue ~ label,
.form-element-field.readonly ~ label{
  top: -14px;
  font-size: 12px;
  color: #fff;
}
.new-input input:focus ~ label, .new-input textarea:focus ~ label, .new-input select:focus ~ label {
  color: #fff;
}
.new-input input:focus ~ .bar:before, .new-input textarea:focus ~ .bar:before, .new-input select:focus ~ .bar:before, .warning input ~ .bar:before, .warning textarea ~ .bar:before, .warning select ~ .bar:before {
  width: 100%;
}
.new-input input:read-only~ .bar:before,
.new-input textarea:read-only ~ .bar:before,
.new-input select:read-only ~ .bar:before,
.form-element-field:read-only ~ .bar:before{
  width: 0 !important;
}
.new-input.warning .help-block {
  color: #c71d22;
  font-size: 12px;
  padding: 0 5px;
  display: block;
}
.new-input input[type="password"] {
  letter-spacing: 0.3em;
}
.new-input select.form-element-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.new-input label {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  bottom: 0;
  transition: 300ms ease all;
}
.new-input.warning label {
  top: 10px;
  color: #c71d22;
}
@media (max-width:767px){
  .new-input label.longTxt {
    font-size: 14px;
  }
}
.new-input .bar {
  position: relative;
  display: block;
  width: 100%;
}
.new-input .bar:before {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #fff;
  transition: 300ms ease all;
  left: 0%;
}
.warning input ~ .bar:before, .warning textarea ~ .bar:before, .warning select ~ .bar:before {
  background: #c71d22;
}
.form-label {
  font-size: 16px;
  padding-left: 5px;
  font-weight: normal;
}
.new-input .form-label{
	padding-left: 0;
}

.new-input-radio {
  padding-top: 5px;
}
.new-input-radio label {
  font-weight: normal;
}
.new-input-radio .radioGroup {
  padding: 2px 5px;
}

.form-select option {
  color: #666;
}
.form-select-placeholder {
  color: #fff;
}
.form-select .form-element-bar::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
  right: 8px;
  top: 20px;
  transition: transform 0.28s ease;
  transform: translateY(-100%) rotateX(0deg) rotate(45deg);
  will-change: transform;
}
.form-select select:focus ~ .form-element-bar::before {
  transform: translateY(-50%) rotateX(180deg) rotate(45deg);
}
/*******************************************************************cart**/
.cart-earn-bonus{
	font-size: 16px;
	margin: 10px 0;
}
.cart-list{
	margin: 15px 0;
	padding: 0;
	list-style: none;
}
.cart-item.soldOut{
	background-color: #eee !important;
	color: #aaa;
}
.soldOut-icon{
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 5px;
	background: #888;
	color: #fff;
	display: inline-block;
}
.cart-product{
	display: table;
}
.cart-product > div{
	display: table-cell;
	vertical-align: top;
}
.cart-img{
	width: 70px;
}
.cart-item.soldOut .cart-img{
	opacity: 0.5;
}
.cart-description{
	text-align: left;
	font-size: 16px;
	color: #444 ;
	padding-left: 15px;
}
.cart-description a{
	color: #444;
}
.cart-description > div{
	margin-bottom: 5px;
}

.cart-description .discount, .product-info .discount{
	text-decoration: line-through;
	color: #bbb;
}
.cart-description .price, .product-info .price{
	font-size: 18px;
}
.product-removal{
	width: 50px;
}
.quantity{
	display: block;
}
.quantity input {
	width: auto;
	max-width: 100px;
	min-width: 90px;
	height: 30px;
	float: left;
	display: block;
	margin: 0;
	padding: 0 49px 0 0;
	border: 1px solid #eee;
	font-size: 12px;
	letter-spacing: 1.2;
	line-height: 1.65;
	font-weight: 400;
	text-align: center;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: textfield;
}
.quantity-changer {
	float: left;
	position: relative;
	height: 30px;
}
.quantity .quantity-button {
	position: absolute;
	cursor: pointer;
	border-left: 1px solid #eee;
	width: 25px;
	text-align: center;
	color: #808b97;
	font-size: 10px;
	line-height: 31px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	height: 100%;
	top: 0;
}
.quantity .quantity-button.quantity-up {
	right: -25px;
}
.quantity .quantity-button.quantity-down {
	right: 0;
}
.remove-product{
  border: none;
  background: none;
  font-size: 18px;
  line-height: 18px;
  color: #888;
	outline: none !important;
}
.cart-list .cart-line-price{
	text-align: right;
}
/* cartSummary section */
.cart-bottom{
	margin: 30px 0;
}
.cart-discount-code{
	margin-bottom: 10px;
}
.cartSummary{
  display: table;
  width: 100%;
  max-width:400px;
  float: right;
  background: #eeeeee;
  padding:10px 0;
  margin-top: 10px;
}
.cartSummary-item{
  display: table-row;
}
.cartSummary-item > div{
  display: table-cell;
  padding: 8px 15px;
}
.cartSummary-value{
  text-align: right;
}
.cartSummary-totals{
  font-size: 18px;
}
.cartSummary-totals > div{
  border-top: 2px solid #721790;
}
.shopping-cart-btn{
  text-align: right;
  margin: 25px 0 15px 0;
}
.shopping-cart-btn > button{
  margin: 0;
  margin-left: 5px;
}
.customer-remark textarea{
  width: 100%;
  margin-top: 8px ;
  resize: vertical;
}
.shop-remark{
  margin-top: 15px;
}
.customer-remark{
  margin-top: 15px;
}
.checkout fieldset{
	margin: 15px 0;
}
.checkout fieldset legend{
	background-color: #f8f8ff;
	padding: 15px;
	margin: 15px -15px;
	width: calc(100% + 30px);
	box-sizing: content-box;
}
.d-method{
	display: flex !important;
	width: 100%;
	max-width: 800px;
	border: 1px solid #ddd;
	border-bottom: none;
	padding: 5px;
	margin-bottom: 0;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.d-method:last-child{
	border-bottom: 1px solid #ddd;
}
.d-method > div{
	padding: 10px 5px;
}
.d-method .opt{
	width: 90%;
}
.d-method .price{
	width: 100px;
	text-align: right;
	white-space: nowrap;
}
@media (min-width:768px){
  .cart-list{
    display: table;
    width: 100%;
  }
  .cart-list > div {
    display: table-row;
  }
  .cart-list > div > div {
    display: table-cell;
		vertical-align: top;
		text-align: center;
    padding: 15px 10px;
    margin: 0;
    line-height: 16px;
    border-bottom: 1px solid #ddd;
  }
  .cart-list > .column-labels > div {
    font-weight: bold;
    background: #eee;
		font-size: 14px;
    border: none;
		border-right: 2px solid #fff;
  }
	.cart-list > .column-labels > div:last-child{
		border-right: none;
	}
  .cart-price {
    width: 120px;
  }
  .cart-quantity {
    width: 100px;
  }
	.cart-bonus{
		width: 100px;
	}
  .product-line-price {
    width: 130px;
    text-align: right;
  }
}
@media (max-width:767px){
  .cart-list{
    border-top: 1px dotted #666;
    margin: 15px 0;
  }
  .cart-list .column-labels{
    display: none;
  }
	.cart-item{
		position: relative;
		border: 1px solid #dddddd;
		margin: 15px 0;
		border-radius: 10px;
		padding: 10px;
	}
	.cart-item > div{
		margin-bottom: 5px;
		text-align: left;
    clear: both;
	}
  .cart-list .product-removal{
    position: absolute;
    right: 5px;
		width: 25px;
		text-align: center;
  }
	.cart-item .cart-product{
		width: calc(100% - 30px);
		margin-bottom: 10px;
	}
	.cart-img{
		width: 50px;
	}
	.cart-description{
		padding-left: 10px;
	}
	.cart-description > div{
		margin-bottom: 2px;
	}
  .btn-qac{
    margin-top: -3px;
  }
  .shopping-cart-list .product-price{
    margin-right: 10px;
  }
  .shopping-cart-list .product-quantity{
  }
  .cart-item > div::before{
    content: attr(data-label);
    display: block;
		float: left;
    text-align: left;
    clear: both;
		margin-right: 5px;
  }
  .product-line-price{
    font-weight: bold;
    text-align: right;
    margin-top: 5px;
    font-size: 16px;
  }
  .shopping-cart-list .product-quantity::before, .shopping-cart-list .product-price::before, .shopping-cart-list .product-line-price::before{
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    text-align: left;
    clear: both;
  }
  .shopping-cart-btn > button{
    margin: 0;
    margin-bottom: 5px;
    font-size: 14px;
    padding: 8px 10px;
  }
	.cartSummary{
		max-width: inherit;
		margin-top: 30px;
	}
}
/******************************************* about*/
.tab-content.mt-5 a{
	color: #a06bb1;
    text-decoration: underline
}
/******************************************* footer*/
#footer{
	background: #000;
	padding: 25px 15px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
