/*google fonts 仿宋體*/
@import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
/*font-family: ‘cwTeXFangSong’, serif;*/
/*google fonts 思源黑體*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/*font-family: ‘Noto Sans TC’, sans-serif;*/
/*adobe 字型 思源宋體*/
@import url("https://use.typekit.net/uvj6ngt.css");


body {
  font-family: ‘Noto Sans TC’, sans-serif;
  color: #2a2c39;
	position: relative;
}

a {
  color: #891e14;
  text-decoration: none;
}

a:hover {
  color: #ccae7a;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

/*--          # Back to top button          --*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ccae7a;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 2rem;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #891e14;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--          # Disable AOS delay on mobile          --*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--          # Header          --*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  background: rgba(47, 47, 47, 0.9);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgba(193, 193, 195, 0.9);
}

#header .logo img {
  padding: 0;
  margin: 0;
  height: 40px;
}

/*--          # Navigation Menu          --*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px 7px 15px;
  margin-left: 5px;
  font-size: 1rem;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  border-radius: 50px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  background: #891e14;
	color: #FFF;
}

@media (max-width: 1366px) {

}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background:linear-gradient(to right bottom,  rgba(193, 193, 195, 0.9), rgba(47, 47, 47, 0.9));
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 25px;
	color: #2f2f2f;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 25px;
  bottom: 15px;
  left: 25px;
  padding: 10px 0;
  border-radius: 0;
/*  background-color: rgba(193, 193, 195, 1);*/
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
	border-radius: 2px;
  padding: 10px 20px;
  margin: 5px;
  font-size: 1.25rem;
  color: #2f2f2f;
	display: block;
	text-align: center;
	background-color: rgba(255,255,255,.8);
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #fff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}


/*--          # Hero Section          --*/
#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
	background: url("../img/hero-bg-web.png") top center no-repeat;
	background-size: cover;
  padding: 0;

}

#hero .carousel-container {
/*
	top:0;
  left:0;
*/
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: 70vh;
  padding-top: 60px;
}
#hero .hero-img {
	width: 80%;
	position: relative;
}
#hero .mobile-img {
	display: none;
}
#hero .hero-img::before {
	content: "";
	position: absolute;
	background-color: #FFF;
	height: 1px;
	width: 320px;
	bottom: 28px;
	left: -100;
}
#hero .hero-img::after {
	content: "";
	position: absolute;
	background-color: #FFF;
	height: 1px;
	width: 320px;
	bottom: 28px;
	right: 0;
}
#hero h2 {
	font-family: source-han-serif-tw-subset, sans-serif;
  color: #2f2f2f;
	margin-top: 70px;
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: 400;
	position: relative;
}
#hero h2::before {
	position: absolute;
	content: "";
	background-image: url("../img/hero-dot-black.svg");
	width: 18px;
	height: 18px;
	left: -20px;
	top:6px;
}
#hero h2::after {
	position: absolute;
	content: "";
	background-image: url("../img/hero-dot-black.svg");
	width: 18px;
	height: 18px;
	right: -20px;
	top:6px;
}
#hero h1 {
	position: absolute;
	font-family: source-han-serif-tw-subset, sans-serif;
	font-weight: 900;
	font-size: 3.6rem;
	color: #FFF;
	bottom: 45px;
	text-shadow: 0 2px 18px rgba(0,0,0,.7);
}
#hero h3.text-vll {
	position: absolute;
	font-family: source-han-serif-tw-subset, sans-serif;
	font-weight: 900;
	font-size: 2.4rem;
	color: #FFF;
	letter-spacing: .8rem;
	left: 3%;
	top: 120px;
	text-orientation: upright;
	writing-mode: vertical-lr;
}
#hero h3.text-vlr {
	position: absolute;
	font-family: source-han-serif-tw-subset, sans-serif;
	font-weight: 900;
	font-size: 2.4rem;
	color: #FFF;
	letter-spacing: .8rem;
	right: 3%;
	top: 120px;
	text-orientation: upright;
	writing-mode: vertical-lr;
}
#hero ul.hero-speaker {
	position: absolute;
	padding: 0 0 18px 15px;
	margin: -40px 0 0 0;
	text-align: center;
}

#hero ul.hero-speaker li {
	float: left;
	list-style: none;
	width: 90px;
	height: 32px;
	color: #FFF;
	background: url("../img/hero-dot-white.svg") right center no-repeat;
	background-size: 15px;
	padding-right: 15px;
	font-size: 1.375rem;
}
#hero ul.hero-speaker li:last-child {
	background: none;
}
#hero .editer {
	font-family: source-han-serif-tw-subset, sans-serif;
	position: absolute;
	right:10%;
	bottom: 50px;
	color: #FFF;
}




@media (max-width: 1400px) {
 #hero .hero-img::before {
	width: 230px;
}
#hero .hero-img::after {
	width: 230px;
}
}
@media (max-width: 1200px) {
	#hero .hero-img {
	width: 90%;
	position: relative;
}
 #hero .hero-img::before {
	width: 200px;
}
#hero .hero-img::after {
	width: 200px;
}
	#hero h3.text-vll {
	font-size: 2rem;
	color: #FFF;
	letter-spacing: .8rem;
	left: 1%;
	top: 80px;
	text-orientation: upright;
	writing-mode: vertical-lr;
}
#hero h3.text-vlr {
	font-size: 2rem;
	color: #FFF;
	letter-spacing: .8rem;
	right: 1%;
	top: 80px;
	text-orientation: upright;
	writing-mode: vertical-lr;
}
	#hero .editer {
	font-family: source-han-serif-tw-subset, sans-serif;
	position: absolute;
	right:5%;
	bottom: 50px;
	color: #FFF;
}
}
@media (max-width: 996px) {
	#hero {
		background-position: 50% 70px;
		background-color: #8c9faf;
		background-size: 160%;
	}
	#hero .hero-img {
	width: 120%;
	position: relative;
}
 #hero .hero-img::before {
	width: 200px;
}
#hero .hero-img::after {
	width: 200px;
}
	#hero .editer {
	font-family: source-han-serif-tw-subset, sans-serif;
	position: absolute;
	right:1%;
	bottom: 50px;
	color: #FFF;
}
	#hero h1 {
		font-size: 2.6rem;
	}
	#hero h2 {
		
		margin-top: 80px;
	}
		#hero h3.text-vll {
	font-size: 2rem;
	color: #FFF;
	letter-spacing: .6rem;
	left: 0;
	top: 110px;
	text-orientation: upright;
	writing-mode: vertical-lr;
}
#hero h3.text-vlr {
	font-size: 2rem;
	color: #FFF;
	letter-spacing: .6rem;
	right: 0;
	top: 110px;
	text-orientation: upright;
	writing-mode: vertical-lr;
}
}

@media (max-width: 768px) {
  #hero {
  width: 100%;
  overflow: hidden;
  position: relative;
	background: url("../img/hero-bg-mobile.png") top center no-repeat;
	background-size: cover;
  padding: 0;

}
	#hero .mobile-img {
		display: block;
	}
	#hero .web-img {
		display: none;
	}
	#hero .hero-img {
	width: 90%;
	position: relative;
		margin-top: 80px;
}
	 #hero .hero-img::before {
	display: none;
}
#hero .hero-img::after {
	display: none;
}
	#hero h1 {
		bottom: 55px;
	}
	#hero ul.hero-speaker {
	position: absolute;
	padding: 0 0 10px 15px;
	margin: 0;
		bottom: 20px;
	text-align: center;
		text-shadow: 0 2px 18px rgba(0,0,0,.7);
}
	#hero .editer {
	font-family: source-han-serif-tw-subset, sans-serif;
	position: absolute;
	left:55%;
	bottom: 10px;
	color: #FFF;
	transform: translate(-50%, 0);
}
	#hero .editer br {
		display: none;
	}
	#hero .editer font {
		padding-left: .5rem;
	}
	#hero h3.text-vll {
	font-size: 1.8rem;
	color: #FFF;
	letter-spacing: .6rem;
	left: 0;
	top: 140px;
	text-orientation: upright;
	writing-mode: vertical-lr;
}
#hero h3.text-vlr {
	font-size: 1.8rem;
	color: #FFF;
	letter-spacing: .6rem;
	right: 0;
	top: 140px;
	text-orientation: upright;
	writing-mode: vertical-lr;
}
}

@media (max-width: 576px) {
  #hero {
  width: auto;
  overflow: hidden;
  position: relative;
	background: url("../img/hero-bg-mobile.png") no-repeat;
	background-size: 100%;
  padding: 0;
	  background-position: 50% 30px;
	  background-color: #8c9faf;

}
	#hero h1 {
		font-size: 2rem;
		margin-bottom: 1.5rem;
	}
	#hero h2 {
		font-size: 1rem;
		margin-top: 80px;
	}
	#hero h2::before,#hero h2::after {
		display: none;
	}
	#hero .hero-img {
	width: 100%;
	position: relative;
		margin-top: 20px;
		margin-bottom: 40px;
}
	#hero ul.hero-speaker {
	position: absolute;
	padding: 20px 0 15px 15px;
	margin: 0;
		bottom: 20px;
	text-align: center;
		text-shadow: 0 2px 18px rgba(0,0,0,.7);
}
	#hero ul.hero-speaker li {
	float: left;
	list-style: none;
	width: 33%;
	height: 20px;
	color: #FFF;
	background: url("../img/hero-dot-white.svg") right center no-repeat;
	background-size: 12px;
	padding-right: 12px;
		font-size: 1rem;
}
	#hero ul.hero-speaker li:nth-child(3) {
		background: none;
	}
	#hero .editer {
	font-family: source-han-serif-tw-subset, sans-serif;
	position: absolute;
	left:20%;
	bottom: 5px;
	color: #FFF;
	transform: translate(0, 0);
		font-size: .9375rem;
}
	#hero h3.text-vll {
	font-size: 1.375rem;
	color: #FFF;
	letter-spacing: .4rem;
	left: 70px;
	top: 105px;
	text-orientation: upright;
	writing-mode: horizontal-tb;
}
#hero h3.text-vlr {
	font-size: 1.375rem;
	color: #FFF;
	letter-spacing: .4rem;
	right: 70px;
	top: 130px;
	text-orientation: upright;
	writing-mode: horizontal-tb;
}
	
}

/*--          # Sections General          --*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 20px 0;
	background: url("../img/title-line.svg") center center no-repeat;
	background-size: 80%;
	min-height: 50px;
}

.section-title h2 {
  font-family: source-han-serif-tw-subset, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  padding: .1rem 0;
  margin: 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
	text-align: center;
}

.section-title .left-space {
	margin-left: 10rem;
}
.section-title .right-space {
	margin-right: 10rem;
}

.sale-title {
  padding-bottom: 0;
	background: url("../img/title-line-grey.svg") center center no-repeat;
	background-size: 80%;
	min-height: 50px;
}

.sale-title h2 {
  font-family: source-han-serif-tw-subset, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 2rem 0;
  margin: 1rem 0;
  letter-spacing: 2px;
  text-transform: uppercase;
	text-align: center;
}


.sub-title {
  margin: 1rem 0 2rem 0;
  font-size: 1.6rem;
  font-weight: 300;
	letter-spacing: .1rem;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #2a2c39;
	text-align: center;
}

@media (max-width:768px) {
	.section-title .left-space {
	margin-left: 4rem;
}
.section-title .right-space {
	margin-right: 4rem;
}
}
@media (max-width:576px) {
	section {
  padding: 30px 0;
  overflow: hidden;
}
	.section-title {
  padding-bottom: 20px 0;
	background: url("../img/title-line.svg") center center no-repeat;
	background-size: 120%;
	min-height: auto;
}
	.section-title h2 {
  font-family: source-han-serif-tw-subset, sans-serif;
  font-size: 1.8rem;
	}
	.section-title .left-space {
	margin-left: 0rem;
}
.section-title .right-space {
	margin-right: 0rem;
}
	.sub-title {
		font-size: 1.125rem;
	}
}

/*--          # Cta          --*/
.cta {
  background:url("../img/title-line.svg")top center no-repeat,url("../img/cta-bg.jpg") center left repeat-x;
  padding: 60px 0;
}

.cta h3 {
	text-align: center;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
	font-family: source-han-serif-tw-subset, sans-serif;
	letter-spacing: .2rem;
}
.cta h3 span {
	font-size: 2.6rem;
}

.cta p {
	font-family: source-han-serif-tw-subset, sans-serif;
  color: #2f2f2f;
	font-size: 1.25rem;
	text-align: center;
	padding: .2rem 0;
}
.cta a {
	color: #2f2f2f;
	background-color: rgba(255,255,255,.5);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: inline-block;
	transition: all .3s;
	font-size: 1.7rem;
	margin-left: 10px;
	padding-left: 2px;
	text-align: center;
}
.cta a:hover {
	background-color: #2f2f2f;
	color: #FFF;
	
}


@media (max-width: 992px) {
 .cta {
  background:url("../img/title-line.svg")center center no-repeat,url("../img/cta-bg.jpg") center left repeat-x;
	 background-size: 200%, auto;
  padding: 40px 0;
}
	.cta h3 {
  font-size: 1.8rem;
}
.cta h3 span {
	font-size: 2.4rem;
}
	
}

@media (max-width: 768px) {
  .cta h3 span {
	font-size: 2.4rem;
	  display: block;
}
}

/*--          # speaker          --*/

.speaker .speaker-carousel,
.speaker .speaker-slider {
  overflow: hidden;
}

.speaker {
	background-color: #c1c1c3;
}

.speaker .speaker-item {
  box-sizing: content-box;
	width: 88%;
  padding: 0;
  margin: 20px auto;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	background-color: rgba(255,255,255, .6);
	position: relative;
}

.speaker .speaker-img {
  margin: -20px 0 20px 20px;
	position: relative;
}
.speaker .speaker-info {
	position: absolute;
	left: -40px;
	bottom: 50px;
	text-align: left;
	background: linear-gradient(to right, #2f2f2f, rgba(47,47,47, 0));
	padding: 15px;
}
.speaker .speaker-info h4 {
	font-size: 2rem;
	font-family: source-han-serif-tw-subset, sans-serif;
	color: #FFF;
	left: .1rem;
}
.speaker .speaker-info p {
	color: #FFF;
	font-size: 1.25rem;
	font-family: source-han-serif-tw-subset, sans-serif;
	padding: 0;
	
}


.speaker .speaker-item .quote-icon-left,
.speaker .speaker-item .quote-icon-right {
  color: #fedac0;
  font-size: 26px;
}

.speaker .speaker-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.speaker .speaker-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}


.speaker .speaker-list {
	text-align: left;
	padding: 30px 30px 30px 0;
}
.speaker .speaker-list dl {
	border-bottom: 1px solid #FFF;
	line-height: 1.6rem;
	font-size: 1.125rem;
	letter-spacing: .1rem;
}
.speaker .speaker-list dt {
	padding-bottom: 5px;
}
.speaker .speaker-list dd {
	margin-left: 2.4rem;
	padding-bottom: 5px;
}

.speaker .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.speaker .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255,255,255,.5);
  opacity: 1;
}

.speaker .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFF;
}

.speaker .swiper-button-next, .speaker .swiper-button-prev {
	color: rgba(255,255,255,.5);
	transition: all .3s;
}
.speaker .swiper-button-next:hover, .speaker .swiper-button-prev:hover {
	color: rgba(255,255,255,1);
}

@media (max-width:1200px){
	.speaker .speaker-img {
  margin: 20px 0 20px 20px;
	position: relative;
}
	.speaker .speaker-info {
	position: absolute;
	left: -40px;
	bottom: -60px;
	padding: 15px;
}
	
}
@media (max-width:992px){
	.speaker .speaker-img {
  margin: 20px 0 20px -20px;
	position: relative;
}
	.speaker .speaker-img img {
		
	}
	.speaker .speaker-info {
	position: relative;
	left: 20px;
	bottom: 20px;
	padding: 15px;
		width: 100%;
}
	.speaker .speaker-info h4 {
	font-size: 1.8rem;
}
.speaker .speaker-info p {
	color: #FFF;
	font-size: 1.125rem;
	
}
	
}
@media (max-width:768px){
	.speaker .speaker-img {
  margin: 20px;
	position: relative;
}
	.speaker .speaker-img img {
		height: 350px;
	}
	.speaker .speaker-info {
	position: absolute;
	left: -40px;
	bottom: 20px;
	padding: 15px;
}
	.speaker .speaker-info h4 {
	font-size: 1.8rem;
}
.speaker .speaker-info p {
	color: #FFF;
	font-size: 1.125rem;
	
}
	.speaker .speaker-list {
	text-align: left;
	padding: 30px;
}
	
}

/*--          # Team          --*/
.team {
  background: url("../img/speak-bg.png") top center repeat-y;
	background-size:contain;
  padding: 60px 0;
}
.team .section-title {
	margin-bottom: 2rem;
}

.team .member {
  margin-bottom: 20px;
	width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255,255,255, .3);
	border:1px solid rgba(255,255,255, .5);
	transition: ease-in-out 0.3s;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
	width: 320px;
	margin: 20px auto;
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}
.team .member:hover {
  background: rgba(255,255,255, .6);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-info {
  padding: 0 20px 20px;
	font-family: source-han-serif-tw-subset, sans-serif;
}

.team .member .member-info h4 {
	font-family: source-han-serif-tw-subset, sans-serif;
  font-weight: 500;
  font-size: 2rem;
	margin: 5px 0;
	letter-spacing: .2rem;
}

.team .member .member-info .subtitle {
  font-size: 1.5rem;
  font-weight: 300;
	margin-bottom: 10px;
	letter-spacing: .2rem;
}

.team .member .member-info ul.member-list {
	margin: 0;
	padding: 0;
	min-height: 150px;
}
.team .member .member-info ul.member-list li {
	list-style: none;
	padding: 5px 0;
	margin: 0;
	font-size: 1rem;
}
.team .member .member-info a {
	text-align: center;
	margin: 10px auto 0;
	display:block;
}
.team .member .member-info a.btn-play {
	text-align: center;
	width: 50px;
	height: 50px;
	background-color: #FFF;
	border-radius: 50%;
	transition: all .3s;
}

.team .member .member-info a.btn-play i {
	color: #2f2f2f;
	font-size: 1.6rem;
	padding-top: .8rem;
	transition: all .3s;
}
.team .member .member-info a.btn-play:hover {
	background-color: #2f2f2f;
}
.team .member .member-info a.btn-play:hover i {
	color: #FFF;
}

@media (max-width:1200px) {
	.team .member .member-img {
	width: 260px;
	margin: 20px auto;
}
	.team .member .member-info .subtitle {
  font-size: 1.25rem;
  font-weight: 300;
	margin-bottom: 10px;
	letter-spacing: .1rem;
}
}
@media (max-width:768px) {
	.team .member .member-img {
	width: 280px;
	margin: 20px auto;
}
	.team .member .member-info ul.member-list {
	margin: 0;
	padding: 0;
	min-height: auto;
}
}


/*--          # sale          --*/
.sale {
  background: linear-gradient(to bottom, #FFFFFF, #c1c1c3);
}
.sale .sale-title {
  text-align: center;
  margin: 2rem auto;
}
.sale .sale-title h2 {
/*
  font-weight: 500;
  display: inline-block;
  padding: 15px 10px 5px;
  min-height: 78px;
  letter-spacing: .2rem;
  position: relative;
  z-index: 50;
*/
}

.sale .box {
  text-align: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  letter-spacing: .1rem;
}
.sale .box img {
	height: 280px;
	border:1px solid rgba(255,255,255, .5);
	box-shadow: 5px 0 25px rgba(0,0,0,.2);
}
.sale h3 {
  font-weight: 700;
  padding: 20px 15px;
  font-family: source-han-serif-tw-subset, sans-serif;
  font-size: 1.8rem;
	line-height: 2.4rem;
  color: #04091c;
  margin: 1rem 0;
  display: inline-block;
  position: relative;
}
.sale h4 {
  font-size: 1.25rem;
  font-family: "Poppins", sans-serif;
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 500;
  background-color: #231816;
  color: #FFF;
	display: inline-block;
}
.sale .price-tag {
  font-size: 1.625rem;
  letter-spacing: normal;
  margin-bottom: 1rem;
}
.sale .price-tag span {
  font-size: 2.25rem;
  font-weight: 500;
  color: #d72819;
}
.sale ul {
  padding: 0;
	margin: 0 auto;
	width: 50%;
  list-style: none;
  text-align: center;
}
.sale ul li {
  padding-bottom: .6rem;
	float: left;
	width: 50%;
}
.sale ul li a.btn-buy {
  width: 90%;
  font-size: 1.25rem;
  border-radius: 0px;
  padding: 5px;
  background-color: rgba(255,255,255, .5);
  border: 1px solid #b8b8b8;
  color: #333333;
  transition: 0.3s;
}
.sale ul li a.btn-buy:hover {
  background-color: #231816;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  color: #FFF;
}

.sale ul.saleLink {
	width: 100%;
} 
.sale ul.saleLink li {
	width: 60%;
	float: none;
	margin: 0 20%;
} 

@media (max-width:1200px) {
	.sale ul {
	width: 70%;
}
}
@media (max-width:992px) {
  
  .sale h3 {
    padding: 10px 15px;
    font-size: 2rem;
  }
  .sale h4 {
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 10px;
  }
		.sale ul {
	width: 80%;
}
  .sale ul li a.btn-buy {
    width: 90%;
  }
	.sale ul.saleLink li {
	width: 84%;
	float: none;
	margin: 0 8%;
} 
}
@media (max-width:768px) {
  
}

/*--          # activity          --*/
.activity {
  padding: 60px 0 40px;
}
.activity .activity-pic {
  width: 90%;
  margin: 1rem 5%;
}
.activity .activity-pic img {
  box-shadow: 0 6px 10px rgba(0, 0, 0, .2);
  width: 100%;
}
.activity .content {
  width: 100%;
  margin: 0 auto;
}
.activity .content h3 {
  font-size: 2rem;
  font-family: source-han-serif-tw-subset, sans-serif;
  font-weight: 700;
  position: relative;
  padding-top: .4rem;
  padding-bottom: .5rem;
  letter-spacing: 0.3rem;
  text-align: left;
  margin-bottom: 1rem;
}
.activity .content h4 {
  color: #333333;
  font-weight: 200;
  font-size: 1.6rem;
  font-family: source-han-sans-traditional, sans-serif;
  letter-spacing: 0.15rem;
}
.activity .content h4 font {
  font-size: 1rem;
}
.activity .content h4 span {
	font-size: 1.375rem;
}
.activity .content ul {
	margin: 0;
	padding: 10px 0;
}
.activity .content ul li {
  font-size: 1.125rem;
  line-height: 2.2rem;
	list-style: none;
	padding: 0;
	margin: 0;
}
.activity .content ul li img {
	height: 1rem;
}
.activity a.btn-act {
  display: block;
	background-color: #c1c1c3;
	color: #2f2f2f;
  width: 100%;
  margin-top: 1rem;
  padding: .2rem;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: .2rem;
  transition: .3s;
	border-radius: 0;
}
.activity a.btn-act:hover {
  background: linear-gradient(to right, #2f2f2f, #555555);
  color: #FFF;
}
@media (max-width: 1200px) {
  
 
}
@media (max-width: 992px) {
  
}
@media (max-width: 768px) {
  
}


/*--          # Footer          --*/
#footer {
  padding: 40px;
  background: #c1c1c3;
	color: #FFFFFF;
}
#footer .footer-logo {
  padding: 10px 0 5px 0;
}
#footer .footer-logo img {
  margin-bottom: 10px;
  width: 200px;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFF;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .3));
}
#footer .footer-links {
  margin: 0;
  width: 200px;
  text-align: center;
}
#footer .footer-links a {
  color: #FFF;
  opacity: 0.5;
  font-size: 1.5rem;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  width: 30%;
}
#footer .footer-links a:hover {
  opacity: 0.8;
}
#footer .footer-content h3 {
  font-size: 1rem;
}
#footer .footer-content {
  color: #FFF;
}
#footer .copyright {
  font-size: 0.9375rem;
  line-height: 1.6rem;
}
#footer .copyright a {
  color: #FFF;
  text-decoration: underline;
}
#footer .credits {
  float: right;
  font-size: 13px;
}
#footer .credits a {
  transition: 0.3s;
}
@media (max-width: 768px) {
  #footer .footer-logo {
    padding: 10px 0 5px 0;
    margin: 0 auto;
    text-align: center;
  }
  #footer .footer-links {
    margin: 0 auto;
    width: 200px;
    text-align: center;
  }
  #footer .footer-content {
    text-align: center;
    margin-top: 20px;
  }
  #footer .footer-content span {
    display: block;
  }
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
}